From 81556430c9c86743742802da536fc66996b51084 Mon Sep 17 00:00:00 2001 From: meles5 Date: Wed, 21 Oct 2015 19:57:20 +0200 Subject: Style changes --- www/qute.css | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'www') diff --git a/www/qute.css b/www/qute.css index 95b34e11d..b8384d7fc 100644 --- a/www/qute.css +++ b/www/qute.css @@ -128,6 +128,21 @@ li { border-bottom: 1px solid #CCCCCC; } +code { + background-color: #DDDDDD; + border-radius: 2px; +} + +.listingblock { + padding: 10px 10px; + background-color: #DDDDDD; + border-radius: 4px; +} + +table td { + padding: 10px 10px; +} + @media screen and (max-width: 480px) { #headline .qutebrowser-logo { margin-left: auto; -- cgit v1.2.3-54-g00ecf