diff options
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 :) */ |