From 31a838e8126b953c3f783e7a136a80172aca6b6b Mon Sep 17 00:00:00 2001 From: Benjamin Southall Date: Sun, 3 Sep 2017 22:52:39 +0900 Subject: [PATCH] Remove borders for fauxx css style --- stylesheets/fauux.css | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/stylesheets/fauux.css b/stylesheets/fauux.css index f6acf0d5..3cb1538a 100644 --- a/stylesheets/fauux.css +++ b/stylesheets/fauux.css @@ -184,6 +184,8 @@ span.trip { } div.pages { color: #AAAAAA; + /*background: #333333; + border: #d2738a 1px solid;*/ font-family: sans-serif; font-size: 10pt; } @@ -214,11 +216,11 @@ table.modlog tr th { #options_div { background-color: #000000; } - + .options_tab_icon { color: #c1b492; } - + .options_tab_icon.active { color: #d2738a; }