Apply a consistent margin and font-size for summary texts

This commit is contained in:
Saivann 2013-07-11 16:37:37 -04:00
parent d19cff605f
commit 35481f80c1
10 changed files with 16 additions and 14 deletions

View file

@ -8,25 +8,25 @@ body{
color:#646464;
background-color:#f7f7f7;
}
h1,h2,h3{
text-align:left;
}
h1{
font-family:'Ubuntu', sans-serif;
font-weight:700;
color:#0d579b;
font-size:160%;
margin-top: 0;
margin-top:0;
text-align:left;
}
h2{
font-family:'Ubuntu', sans-serif;
font-weight:700;
color:#383838;
font-size:130%;
text-align:left;
}
h3{
color:#383838;
font-size:110%;
text-align:left;
}
h1 img,h2 img,h3 img{
vertical-align:middle;
@ -717,6 +717,10 @@ h2 .rssicon{
.summary{
font-size:125%;
margin-bottom:40px;
}
.summarytxt{
margin-bottom:40px;
}
.foundation{