diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2018-09-30 16:42:19 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2018-09-30 16:42:19 +0000 |
commit | bb2860e734173d54c7a168d741fa9e86ca72b387 (patch) | |
tree | f30e598dc9bd4ac68581b8848efe10ea9b8fe0d5 | |
parent | f7a8a475700b05c72c9acc02c7b1e1a9b358c9ca (diff) | |
download | redmine-bb2860e734173d54c7a168d741fa9e86ca72b387.tar.gz redmine-bb2860e734173d54c7a168d741fa9e86ca72b387.zip |
Removes unneeded background.
git-svn-id: http://svn.redmine.org/redmine/trunk@17549 e93f8b46-1217-0410-a6f0-8f06a7374b81
-rw-r--r-- | public/stylesheets/application.css | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/public/stylesheets/application.css b/public/stylesheets/application.css index bd537b82d..0a0218ccf 100644 --- a/public/stylesheets/application.css +++ b/public/stylesheets/application.css @@ -734,7 +734,6 @@ input#months { width: 30px; } .jstBlock .wiki-preview { padding: 2px; } .jstBlock .wiki-preview p:first-child { padding-top: 0 !important;} .jstBlock .wiki-preview p:last-child { padding-bottom: 0 !important;} -#content .box .jstBlock .jstTabs li { background-color: transparent; } .tabular .wiki-preview, .tabular .jstTabs {width: 95%;} .tabular.settings .wiki-preview, .tabular.settings .jstTabs { width: 99%; } @@ -1004,7 +1003,6 @@ p.progress-info {clear: left; font-size: 80%; margin-top:-4px; color:#777;} list-style-type:none; white-space:nowrap; margin-right:4px; - background:#fff; position:relative; margin-bottom:-1px; } |