From 19489f84dbf0316222e27216c622929492d6fe4d Mon Sep 17 00:00:00 2001 From: Dieter Plaetinck Date: Sun, 7 Jun 2009 22:37:44 +0200 Subject: make the whole xdg/dev directories /configs etc more sense making. now theres just one config you can directly copy into your home and use without editing. the same config can be used while developing, the Makefile just overrides 2 xdg variables. also the scripts can be a bit simpler now --- examples/data/style.css | 26 -------------------------- 1 file changed, 26 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 de0a38b..0000000 --- a/examples/data/style.css +++ /dev/null @@ -1,26 +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: */ - -- cgit v1.2.3