]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Examples: fix csslint errors. 12466/head
authorXhmikosR <xhmikosr@users.sourceforge.net>
Fri, 31 Jan 2014 12:03:42 +0000 (14:03 +0200)
committerXhmikosR <xhmikosr@users.sourceforge.net>
Tue, 4 Feb 2014 07:04:40 +0000 (09:04 +0200)
docs/examples/blog/blog.css
docs/examples/grid/grid.css
docs/examples/justified-nav/justified-nav.css
docs/examples/non-responsive/non-responsive.css

index 82ba9d0d548d8993367a8935316af3f586a57694..7255823cea9a6ef3287bad582529f3694ccde3f2 100644 (file)
@@ -41,9 +41,6 @@ h6, .h6 {
 }
 
 /* Nav links */
-.blog-nav {
-
-}
 .blog-nav-item {
   position: relative;
   display: inline-block;
@@ -65,7 +62,6 @@ h6, .h6 {
   position: absolute;
   bottom: 0;
   left: 50%;
-  display: block;
   content: " ";
   width: 0;
   height: 0;
index 963b128e3038717ca1e03f96b2f7d5e60377ccc9..d26744b2a77ff18400c6690409c3e9b8f3292dfa 100644 (file)
@@ -17,8 +17,8 @@ h4 {
   padding-top: 15px;
   padding-bottom: 15px;
   background-color: #eee;
-  border: 1px solid #ddd;
   background-color: rgba(86,61,124,.15);
+  border: 1px solid #ddd;
   border: 1px solid rgba(86,61,124,.2);
 }
 
index baf0e11301e067f3b3ad60bf98d4b76a91df333d..2a9b05d5b4fec53a6464a4330a655be11ce0e911 100644 (file)
@@ -40,8 +40,8 @@ body {
   background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f5f5f5), color-stop(100%,#e5e5e5)); /* Chrome,Safari4+ */
   background-image: -webkit-linear-gradient(top, #f5f5f5 0%,#e5e5e5 100%); /* Chrome 10+,Safari 5.1+ */
   background-image: -o-linear-gradient(top, #f5f5f5 0%,#e5e5e5 100%); /* Opera 11.10+ */
-  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f5f5', endColorstr='#e5e5e5',GradientType=0 ); /* IE6-9 */
   background-image: linear-gradient(top, #f5f5f5 0%,#e5e5e5 100%); /* W3C */
+  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f5f5', endColorstr='#e5e5e5',GradientType=0 ); /* IE6-9 */
 }
 .nav-justified > .active > a,
 .nav-justified > .active > a:hover,
index 9813bb9fe8d8b8bc75e2ee01abfcb1cf6620a652..a74e3cbb8156635a8a9cb811d99d1b459741e94a 100644 (file)
@@ -37,8 +37,8 @@ body {
   padding-top: 15px;
   padding-bottom: 15px;
   background-color: #eee;
-  border: 1px solid #ddd;
   background-color: rgba(86,61,124,.15);
+  border: 1px solid #ddd;
   border: 1px solid rgba(86,61,124,.2);
 }