use consistent font-size for text

This commit is contained in:
friendica 2013-12-15 16:31:58 -08:00
parent 936845089b
commit 5837ab69b9
2 changed files with 3 additions and 3 deletions

View File

@ -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 {

View File

@ -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;
}