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

modified:   view/theme/smoothly/style.css
This commit is contained in:
pixelroot 2012-10-23 10:58:50 +02:00
parent f8787b6762
commit 5f61290811
2 changed files with 17 additions and 6 deletions

View File

@ -47,13 +47,13 @@ h6 {
} }
h1 { h1 {
font-size:250%; font-size:200%;
line-height: 0.8571em; line-height: 0.8571em;
margin: 0.4286em 0 0; margin: 0.4286em 0 0;
} }
h2 { h2 {
font-size:200%; font-size:170%;
line-height: 1.2em; line-height: 1.2em;
margin: 0.6em 0 0 0; margin: 0.6em 0 0 0;
} }

View File

@ -84,10 +84,21 @@ input[type=submit]:active {
top: 1px; top: 1px;
} }
#search-submit { #search-text,
#search-submit,
#search-save {
margin: 10px 10px 0 0; margin: 10px 10px 0 0;
} }
#directory-search,
#directory-search-submit,
#search-save {
}
.dirsearch-desc {
}
.smalltext { .smalltext {
font-size: 0.7em font-size: 0.7em
} }
@ -104,7 +115,7 @@ input[type=submit]:active {
section { section {
float: left; float: left;
margin-top: 45px; margin-top: 50px;
width: 730px; width: 730px;
font-size: 0.9em; font-size: 0.9em;
line-height: 1.2em; line-height: 1.2em;
@ -3904,8 +3915,8 @@ footer {
#global-directory-link { #global-directory-link {
width: 150px; width: 150px;
padding: 7px; padding: 4px;
margin-bottom: 10px; /*margin-bottom: 10px;*/
background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #bdbdbd), color-stop(1, #a2a2a2) ); background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #bdbdbd), color-stop(1, #a2a2a2) );
background: -moz-linear-gradient( center top, #bdbdbd 5%, #a2a2a2 100% ); background: -moz-linear-gradient( center top, #bdbdbd 5%, #a2a2a2 100% );
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#bdbdbd', endColorstr='#a2a2a2'); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#bdbdbd', endColorstr='#a2a2a2');