summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2019-03-02 08:35:55 +0300
committerAndrew Dolgov <[email protected]>2019-03-02 08:35:55 +0300
commita771833fd487004868055c1796b95978ceeb7777 (patch)
tree07c5fa1d8f2a33e937ee424a3e369779e4aabbec
parentc3b18a410ecc7f12ea8906ed8d50c8f2fa878cfd (diff)
make display more label-like
-rw-r--r--init.css5
1 files changed, 5 insertions, 0 deletions
diff --git a/init.css b/init.css
index 7c9bb8d..afbc679 100644
--- a/init.css
+++ b/init.css
@@ -2,4 +2,9 @@
font-size : 11px;
white-space : nowrap;
font-style : italic;
+ padding : 1px 4px;
+ border : 1px solid #999;
+ font-size : 9px;
+ vertical-align : middle;
+ display : inline-block;
}