]> git.mxchange.org Git - friendica.git/commitdiff
modified: view/theme/smoothly/css/typography.css
authorpixelroot <info@pixelbits.de>
Mon, 12 Nov 2012 14:35:16 +0000 (15:35 +0100)
committerpixelroot <info@pixelbits.de>
Mon, 12 Nov 2012 14:35:16 +0000 (15:35 +0100)
modified:   view/theme/smoothly/style.css

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

index 62b9d5acdcd83d75fe46881fcd6df10172d3d79b..dce4657bf3290c2c966cfe0aed12232bfeff1ffd 100644 (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;
 }
index 7d78a5a3a82fb116c1c0fa62a9413dbbff6b0012..ceda263fe5b74f86c81d07050996bc067986871f 100644 (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;
+}