summaryrefslogtreecommitdiff
path: root/.config/uzbl/style.css
diff options
context:
space:
mode:
authorben <ben@blackbox.(none)>2010-02-19 13:33:39 +0100
committerben <ben@blackbox.(none)>2010-02-19 13:33:39 +0100
commit7f9f6e8f4a952b05e1be20ba2a5f71d0522a9d72 (patch)
treee3630d2853c3ada35d5dfb5f8e6358859e704700 /.config/uzbl/style.css
parenta35c6d11fe098005a3347895b9995df15c0164c5 (diff)
downloaddotfiles-7f9f6e8f4a952b05e1be20ba2a5f71d0522a9d72.tar.gz
dotfiles-7f9f6e8f4a952b05e1be20ba2a5f71d0522a9d72.tar.bz2
dotfiles-7f9f6e8f4a952b05e1be20ba2a5f71d0522a9d72.zip
.config/uzbl: delete the old foler for restart
Diffstat (limited to '.config/uzbl/style.css')
-rw-r--r--.config/uzbl/style.css25
1 files changed, 0 insertions, 25 deletions
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: */