]> git.mxchange.org Git - friendica.git/commitdiff
modified: view/theme/smoothly/css/typography.css
authorpixelroot <info@pixelbits.de>
Tue, 23 Oct 2012 08:58:50 +0000 (10:58 +0200)
committerpixelroot <info@pixelbits.de>
Tue, 23 Oct 2012 08:58:50 +0000 (10:58 +0200)
modified:   view/theme/smoothly/style.css

view/theme/smoothly/css/typography.css
view/theme/smoothly/style.css

index bedb0a0f35a4877edde9f55478ef7da33636438f..ffcb9000347c146dca6803cf84475624f326d395 100644 (file)
@@ -47,13 +47,13 @@ h6 {
 }
 
 h1 {
-       font-size:250%;
+       font-size:200%;
        line-height: 0.8571em;
        margin: 0.4286em 0 0;
 }
 
 h2 {
-       font-size:200%;
+       font-size:170%;
        line-height: 1.2em;
        margin: 0.6em 0 0 0;
 }
index fcd532e387e891278bdc674d2935df1887f8d8ea..8bc50a0fe76c94ddd00a495ae044551474e8e4d5 100644 (file)
@@ -84,10 +84,21 @@ input[type=submit]:active {
        top: 1px;
 }
 
-#search-submit {
+#search-text,
+#search-submit,
+#search-save {
        margin: 10px 10px 0 0;
 }
 
+#directory-search,
+#directory-search-submit,
+#search-save {
+}
+
+.dirsearch-desc {
+
+}
+
 .smalltext {
        font-size: 0.7em
 }
@@ -104,7 +115,7 @@ input[type=submit]:active {
 
 section {
        float: left;
-       margin-top: 45px;
+       margin-top: 50px;
        width: 730px;
        font-size: 0.9em;
        line-height: 1.2em;
@@ -3904,8 +3915,8 @@ footer {
 
 #global-directory-link {
        width: 150px;
-       padding: 7px;
-       margin-bottom: 10px;
+       padding: 4px;
+       /*margin-bottom: 10px;*/
        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% );
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#bdbdbd', endColorstr='#a2a2a2');