diff options
author | Benjamin Franzke <benjaminfranzke@googlemail.com> | 2013-01-11 11:16:55 +0100 |
---|---|---|
committer | Benjamin Franzke <benjaminfranzke@googlemail.com> | 2013-01-11 11:16:55 +0100 |
commit | 06e4b083e6b31ff07dfa5db2b9c69427313c4ddf (patch) | |
tree | c9499ad512178493bc9885f7e8760f466097460c | |
parent | 56be8dd7804f8797ab1aa4a75d3ed0d70c46e694 (diff) | |
download | dotfiles-06e4b083e6b31ff07dfa5db2b9c69427313c4ddf.tar.gz dotfiles-06e4b083e6b31ff07dfa5db2b9c69427313c4ddf.tar.bz2 dotfiles-06e4b083e6b31ff07dfa5db2b9c69427313c4ddf.zip |
luakit: Also apply symphony fix to blueprints pages site
-rw-r--r-- | .config/luakit/styles/symphony-fix.css | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.config/luakit/styles/symphony-fix.css b/.config/luakit/styles/symphony-fix.css index e438853..019accc 100644 --- a/.config/luakit/styles/symphony-fix.css +++ b/.config/luakit/styles/symphony-fix.css @@ -1,4 +1,5 @@ -body#blueprints-utilities textarea { +body#blueprints-utilities textarea, +body#blueprints-pages textarea { -webkit-border-radius: 0px !important; border-radius: 0px !important; } |