diff options
author | Urbain Vaes <urbain@vaes.uk> | 2015-08-07 00:27:09 +0200 |
---|---|---|
committer | Urbain Vaes <urbain@vaes.uk> | 2015-08-07 00:27:09 +0200 |
commit | 2c21f6f38a6b6947c1547675fe2d0483813b7df7 (patch) | |
tree | 0ee834d8907373be3e5a7330dc081e8473e879b2 /config/uzbl/style.css | |
parent | 23d5afa1061b71499ac8637402c114a508f3bc62 (diff) |
Change to uppercase hints for uzbl
Diffstat (limited to 'config/uzbl/style.css')
-rw-r--r-- | config/uzbl/style.css | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/config/uzbl/style.css b/config/uzbl/style.css index 863fa07..a5fe457 100644 --- a/config/uzbl/style.css +++ b/config/uzbl/style.css @@ -11,8 +11,9 @@ font-weight: bold !important; font-variant: normal !important; text-decoration: none !important; + text-transform: uppercase; - -webkit-transform: translate(-5px,-5px); + -webkit-transform: translate(-3px,-1px); opacity: 0.8; -webkit-border-radius: 6px !important; /* Play around with this, pretty fun things to do :) */ |