aboutsummaryrefslogtreecommitdiffstats
path: root/assets
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2013-12-15 16:31:58 -0800
committerfriendica <info@friendica.com>2013-12-15 16:31:58 -0800
commit5837ab69b9abf872c7eaa20ccc6a1f908bcb563b (patch)
tree6e998a656a1562917a3da910b9c3f711fdcf003b /assets
parent936845089bc0ff8d7e639f361c1de330efb74658 (diff)
downloadvolse-hubzilla-5837ab69b9abf872c7eaa20ccc6a1f908bcb563b.tar.gz
volse-hubzilla-5837ab69b9abf872c7eaa20ccc6a1f908bcb563b.tar.bz2
volse-hubzilla-5837ab69b9abf872c7eaa20ccc6a1f908bcb563b.zip
use consistent font-size for text
Diffstat (limited to 'assets')
-rw-r--r--assets/narrow.css2
-rw-r--r--assets/wide.css4
2 files changed, 3 insertions, 3 deletions
diff --git a/assets/narrow.css b/assets/narrow.css
index a1c12dcc4..dc47c6984 100644
--- a/assets/narrow.css
+++ b/assets/narrow.css
@@ -43,7 +43,7 @@ body {
color:#c60032;font-size:1.2em;width:70%;margin-right:auto;margin-left:auto;text-align:justify;
}
div.section-text {
-color:#c60032;font-size:1em;width:80%;margin-right:auto;margin-left:auto;text-align:justify;
+color:#c60032;font-size:1.2em;width:80%;margin-right:auto;margin-left:auto;text-align:justify;
}
#tagline {
diff --git a/assets/wide.css b/assets/wide.css
index 4574526b4..dd7322d90 100644
--- a/assets/wide.css
+++ b/assets/wide.css
@@ -19,7 +19,7 @@ body {
color:#C60032;font-size:1.2em;width:700px;margin-right:auto;margin-left:auto;text-align:justify;
}
div.section-text {
-color:#C60032;font-size:1em;width:700px;margin-right:auto;margin-left:auto;text-align:justify;
+color:#C60032;font-size:1.2em;width:700px;margin-right:auto;margin-left:auto;text-align:justify;
}
@@ -146,7 +146,7 @@ div.summary-node {
position: fixed;
width: 50px;
text-align: center ;
- font-size:1em;
+ font-size:1.2em;
}