aboutsummaryrefslogtreecommitdiffhomepage
path: root/examples/data/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'examples/data/style.css')
-rw-r--r--examples/data/style.css25
1 files changed, 0 insertions, 25 deletions
diff --git a/examples/data/style.css b/examples/data/style.css
deleted file mode 100644
index f9b111e..0000000
--- a/examples/data/style.css
+++ /dev/null
@@ -1,25 +0,0 @@
-.uzbl_highlight { background-color: yellow;}
-.uzbl_h_first { background-color: lightgreen;}
-
-.uzbl_follow { border-style: dotted;
- border-width: thin;
-}
-
-#uzbl_hint > div {
- display: inline;
- border: 2px solid #4a6600;
- background-color: #b9ff00;
- color: black;
- font-size: 9px;
- font-weight: bold;
- line-height: 9px;
- margin: 0px;
- padding: 0px;
- position: absolute;
- z-index: 1000;
- -webkit-border-radius: 6px;
- text-decoration: none;
- -wekit-transform: scale(1) rotate(0deg) translate(-6px,-5px);
-}
-
-/* vim:set et ts=4: */