make font size tweakable for the whole app

This commit is contained in:
friendica
2013-11-15 02:43:59 -08:00
parent 7254401452
commit fc0a5d58d1
4 changed files with 11 additions and 2 deletions

View File

@@ -9,7 +9,7 @@
/* generals */
body {
font-family: arial,freesans,sans-serif;
font-size: 11px;
font-size: $body_font_size;
background-color: $bgcolour;
background-image: url('$background_image');
background-attachment: fixed;
@@ -60,6 +60,7 @@ input {
-moz-border-radius: $radiuspx;
border-radius: $radiuspx;
padding: 3px;
font-size: $body_font_size;
}
code {
@@ -2952,7 +2953,7 @@ div.jGrowl div.info {
.jslider .jslider-scale ins {
color: #333;
font-size: 10px;
font-size: $body_font_size;
width: 100px;
text-align: center;
}