You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@allura.apache.org by br...@apache.org on 2015/07/29 23:10:37 UTC

[37/41] allura git commit: [#7897] ticket:828 Decrease margin

[#7897] ticket:828 Decrease margin


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

Branch: refs/heads/master
Commit: 465f225418ad9ade0053f794c021d030abe60715
Parents: d3a99a4
Author: Igor Bondarenko <je...@gmail.com>
Authored: Mon Jul 27 16:09:41 2015 +0300
Committer: Igor Bondarenko <je...@gmail.com>
Committed: Mon Jul 27 16:09:41 2015 +0300

----------------------------------------------------------------------
 Allura/allura/nf/allura/css/site_style.css | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/allura/blob/465f2254/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 a188133..ca78000 100644
--- a/Allura/allura/nf/allura/css/site_style.css
+++ b/Allura/allura/nf/allura/css/site_style.css
@@ -2642,7 +2642,7 @@ div.attachment_thumb .file_type span {
   float: none;
   padding-left: 1em;
   list-style-type: disc;
-  margin-bottom: 20px !important;
+  margin-bottom: 5px !important;
 }
 #comment .edit_post_form ul,
 #comment .reply_post_form ul {
@@ -3018,6 +3018,9 @@ td.code {
     width:100%;
 }
 
+div.codehilite {
+  margin-bottom: 5px;
+}
 div.codehilite pre {
     padding-left: 0px;
     padding-top:10px;