From a771833fd487004868055c1796b95978ceeb7777 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Sat, 2 Mar 2019 08:35:55 +0300 Subject: make display more label-like --- init.css | 5 +++++ 1 file changed, 5 insertions(+) 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; } -- cgit v1.2.3