modified: view/theme/smoothly/css/typography.css

modified:   view/theme/smoothly/style.css
This commit is contained in:
pixelroot 2012-11-12 15:35:16 +01:00
parent 8395966cf2
commit 9f09955925
2 changed files with 15 additions and 10 deletions

View File

@ -43,11 +43,11 @@ h6 {
font-family: "Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;
font-weight: 550;
color:#626262;
margin:0;
margin: 0;
}
h1 {
font-size:200%;
font-size: 200%;
line-height: 0.8571em;
margin: 0.4286em 0 0;
}
@ -59,18 +59,18 @@ h2 {
}
h3 {
font-size:145%;
margin:0.4286em 0 5px 0;
font-size: 145%;
margin: 0 0 5px 0;
}
h4 {
font-size:133.33%;
font-size: 133.33%;
line-height: 1.125em;
margin:1.125em 0 0 0;
margin: 1.125em 0 0 0;
}
h5 {
font-size:116.67%;
font-size: 116.67%;
line-height: 1.2857em;
margin: 1.2857em 0 0 0;
}

View File

@ -943,9 +943,9 @@ ul .sidebar-group-li .icon {
background: -moz-linear-gradient( center top, #f0edf0 5%, #e2e2e2 100% );
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f0edf0', endColorstr='#e2e2e2');
background-color: #f0edf0;
/* border-radius: 5px 5px 0px 0px;
border-radius: 5px 5px 0px 0px;
-moz-border-radius: 5px 5px 0px 0px;
-webkit-border-radius: 5px 5px 0px 0px; */
-webkit-border-radius: 5px 5px 0px 0px;
border: 1px solid #e2e2e2;
border-bottom: 1px solid #cdcdcd;
padding-top: 5px;
@ -2772,7 +2772,7 @@ margin-left: 0px;
}
#follow-sidebar {
margin-bottom: 80px;
margin-bottom: 10px;
}
#follow-sidebar h3:before {
@ -4404,3 +4404,8 @@ div #datebrowse-sidebar.widget {
padding:10px;
margin:10px 10px 10px 0;
}
#page-settings-label{
width: auto !important;
margin-bottom: 5px !important;
}