]> git.nbdom.net Git - nb.git/commitdiff
div width
authorNicolas Boisselier <nicolas.boisselier@gmail.com>
Mon, 28 Dec 2015 16:32:37 +0000 (17:32 +0100)
committerNicolas Boisselier <nicolas.boisselier@gmail.com>
Mon, 28 Dec 2015 16:32:37 +0000 (17:32 +0100)
lib/css/db.css

index 99ac90ef7c09c58fc07e3df675fdddedb66e207a..2f22a7eec1c600de66cdbca29a2b5aeac8781df4 100644 (file)
   margin: 0.3em 0.3em 0.3em 0;
 }
 
-  /*
-form label {
-  display: inline-block;
-  width: 7em;
-  text-align: right;
-}
-  */
-
 /*
   List Div
-
-div.rows { text-align: center; }
-div.rows .row { text-align: left; }
-.Wdb div.rows { text-align: center; }
 */
 
 .db div.rows .row {
@@ -42,7 +30,7 @@ div.rows .row { text-align: left; }
 
 @media screen and (min-width: 400px) {
   .db div.rows .row {
-    width: 23%;
+    width: 24%;
     display: inline-block;
     overflow: auto;
   }