]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
Brought back borders for content, navigation, aside_primary but
authorSarven Capadisli <csarven@controlyourself.ca>
Tue, 16 Jun 2009 21:47:58 +0000 (21:47 +0000)
committerSarven Capadisli <csarven@controlyourself.ca>
Tue, 16 Jun 2009 21:47:58 +0000 (21:47 +0000)
applied transparent colour instead, hence not visible. This way, other
laconica instances make use of the border if they change only the
colour.

theme/base/css/display.css
theme/default/css/display.css
theme/identica/css/display.css

index 3595d6aa3e85d74bf9262ede472ca1ff2e276023..49907058e3eb5aa982bc4151c03c4ca9dc39b86f 100644 (file)
@@ -303,6 +303,9 @@ padding:4px 11px;
 -moz-border-radius-topright:4px;
 -webkit-border-top-left-radius:4px;
 -webkit-border-top-right-radius:4px;
+border-width:1px;
+border-style:solid;
+border-bottom:0;
 font-weight:bold;
 }
 #site_nav_local_views .nav {
@@ -392,6 +395,8 @@ border-radius:7px;
 -moz-border-radius-topleft:0;
 -webkit-border-radius:7px;
 -webkit-border-top-left-radius:0;
+border-width:1px;
+border-style:solid;
 }
 #shownotice #content {
 min-height:0;
@@ -407,11 +412,13 @@ float:left;
 width:27.917%;
 min-height:259px;
 float:left;
-margin-left:0.7%;
+margin-left:0.5%;
 padding:1.795%;
 border-radius:7px;
 -moz-border-radius:7px;
 -webkit-border-radius:7px;
+border-width:1px;
+border-style:solid;
 }
 
 #form_notice {
index 1ad823a5cd0c74463f0ec1e646eb5af95708ec7f..f0d6dace8c54dcd581beb8ff4a9fe14f4a6eb1eb 100644 (file)
@@ -108,7 +108,7 @@ box-shadow:5px 7px 7px rgba(194, 194, 194, 0.3);
 #content,
 #site_nav_local_views a,
 #aside_primary {
-border-color:#FFFFFF;
+border-color:transparent;
 }
 #content,
 #site_nav_local_views .current a {
index bc7ac80fbb4e355a91c98e75c7043fe1a3764599..25a01abe0bf89edd3bef05251dba397af62ff6b3 100644 (file)
@@ -108,7 +108,7 @@ box-shadow:5px 7px 7px rgba(194, 194, 194, 0.3);
 #content,
 #site_nav_local_views a,
 #aside_primary {
-border-color:#FFFFFF;
+border-color:transparent;
 }
 #content,
 #site_nav_local_views .current a {