From 7f9f6e8f4a952b05e1be20ba2a5f71d0522a9d72 Mon Sep 17 00:00:00 2001 From: ben Date: Fri, 19 Feb 2010 13:33:39 +0100 Subject: .config/uzbl: delete the old foler for restart --- .config/uzbl/style.css | 25 ------------------------- 1 file changed, 25 deletions(-) delete mode 100644 .config/uzbl/style.css (limited to '.config/uzbl/style.css') diff --git a/.config/uzbl/style.css b/.config/uzbl/style.css deleted file mode 100644 index f9b111e..0000000 --- a/.config/uzbl/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: */ -- cgit