From c7a442bd9d0e07bc58f43e6263ccf1a2c1337960 Mon Sep 17 00:00:00 2001 From: Brendan Taylor Date: Mon, 11 Apr 2011 19:52:19 -0600 Subject: move style.css from examples/data to examples/config --- examples/data/style.css | 25 ------------------------- 1 file changed, 25 deletions(-) delete mode 100644 examples/data/style.css (limited to 'examples/data/style.css') diff --git a/examples/data/style.css b/examples/data/style.css deleted file mode 100644 index ff055d1..0000000 --- a/examples/data/style.css +++ /dev/null @@ -1,25 +0,0 @@ -#uzbl_link_hints > span { - z-index: 1000 !important; - - background-color: #aaff00 !important; - border: 2px solid #556600 !important; - margin: 0 !important; - padding: 1px !important; - - color: black !important; - font-size: 9px !important; - line-height: 9px !important; - font-weight: bold !important; - font-variant: normal !important; - text-decoration: none !important; - - -webkit-transform: translate(-5px,-5px); - /* opacity: 0.7; */ -} - -/* we can have different colours for different types of hints! */ -#uzbl_link_hints.new-window > span { - background-color: #ffff00 !important; -} - -/* vim:set et ts=4: */ -- cgit v1.2.3