From 2a995b173fd4e0c8a210d404a43aa207b9d96751 Mon Sep 17 00:00:00 2001 From: Nicolas Boisselier Date: Mon, 28 Dec 2015 17:32:37 +0100 Subject: [PATCH] div width --- lib/css/db.css | 14 +------------- 1 file changed, 1 insertion(+), 13 deletions(-) diff --git a/lib/css/db.css b/lib/css/db.css index 99ac90ef..2f22a7ee 100644 --- a/lib/css/db.css +++ b/lib/css/db.css @@ -13,20 +13,8 @@ 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; } -- 2.47.3