]> git.nbdom.net Git - nb.git/commitdiff
font size
authorNicolas Boisselier <nicolas.boisselier@gmail.com>
Mon, 5 Dec 2016 10:39:28 +0000 (10:39 +0000)
committerNicolas Boisselier <nicolas.boisselier@gmail.com>
Mon, 5 Dec 2016 10:39:28 +0000 (10:39 +0000)
www/dbq/html/default.css

index 129f7fdb5359ab0b025f767418089e3b9593a315..6dd4b1893f1587ef1690db2d98a447d0e7621e96 100644 (file)
@@ -1,5 +1,5 @@
 html {
-  font: 100% 'Trebuchet MS', sans-serif;
+  font: 90% 'Trebuchet MS', sans-serif;
 }
 
 body {
@@ -89,19 +89,21 @@ table.rows tr:last-child td { border-bottom: none; }
 .menu { padding: 0.5em; }
 
 .button {
+  font: inherit;
        display: inline-block;
        text-decoration: none;
        line-height: 1.5em;
-       margin: 0;
        cursor: pointer;
-       border-width: 1px;
-       border-style: solid;
+  background-color: #3C3C3B;
+       border: solid 1px #3C3C3B;
+  border-radius: 4px;
+       -webkit-border-radius: 4px;
        white-space: nowrap;
+       -webkit-box-sizing: border-box;
+       -moz-box-sizing: border-box;
        box-sizing: border-box;
   color: #ddd;
-  background-color: #3C3C3B;
-  border-color: #3C3C3B;
-  border-radius: 4px;
+       margin: 0;
   padding: 0 0.2em;
 }