You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@allura.apache.org by je...@apache.org on 2015/08/13 20:06:40 UTC

[13/50] allura git commit: Remove unused #help CSS (has been around forever, never used) which will alleviate one case of #7945 css interference

Remove unused #help CSS (has been around forever, never used) which will alleviate one case of #7945 css interference


Project: http://git-wip-us.apache.org/repos/asf/allura/repo
Commit: http://git-wip-us.apache.org/repos/asf/allura/commit/dc857c58
Tree: http://git-wip-us.apache.org/repos/asf/allura/tree/dc857c58
Diff: http://git-wip-us.apache.org/repos/asf/allura/diff/dc857c58

Branch: refs/heads/ib/7922
Commit: dc857c58f597564667fea437a03a51ed1e1def4a
Parents: d07cd70
Author: Dave Brondsema <db...@slashdotmedia.com>
Authored: Wed Aug 5 17:53:31 2015 +0000
Committer: Igor Bondarenko <je...@gmail.com>
Committed: Thu Aug 6 13:18:41 2015 +0300

----------------------------------------------------------------------
 Allura/allura/nf/allura/css/site_style.css | 13 -------------
 1 file changed, 13 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/allura/blob/dc857c58/Allura/allura/nf/allura/css/site_style.css
----------------------------------------------------------------------
diff --git a/Allura/allura/nf/allura/css/site_style.css b/Allura/allura/nf/allura/css/site_style.css
index 055583e..5a6339c 100644
--- a/Allura/allura/nf/allura/css/site_style.css
+++ b/Allura/allura/nf/allura/css/site_style.css
@@ -803,19 +803,6 @@ blockquote {
   border: 1px solid black;
 }
 
-/* help */
-#help {
-  width: 100%;
-  padding: 20px 0 0;
-  -moz-box-shadow: rgba(0, 0, 0, 0.5) 0 0 20px 0 inset;
-  -webkit-box-shadow: rgba(0, 0, 0, 0.5) 0 0 20px 0 inset;
-  -o-box-shadow: rgba(0, 0, 0, 0.5) 0 0 20px 0 inset;
-  box-shadow: rgba(0, 0, 0, 0.5) 0 0 20px 0 inset;
-}
-#help h1 {
-  padding-left: 20px;
-}
-
 .markdown_syntax_toc_crumb {
   float: right !important;
   margin-left: 20px;