summaryrefslogtreecommitdiff
path: root/app/assets/stylesheets/generic/issue_box.scss
diff options
context:
space:
mode:
authorCiro Santillli <ciro.santilli@gmail.com>2014-02-04 08:48:33 +0100
committerCiro Santillli <ciro.santilli@gmail.com>2014-02-11 16:23:33 +0100
commit61748c993de8a38300c0c038cec5a07e6c324cd6 (patch)
treeaf9693096914e2de64eaf5bdde06f59b90317eaa /app/assets/stylesheets/generic/issue_box.scss
parent1284f21c073e42c44b9faa7b0ad1ec90b66ca8fb (diff)
downloadgitlab-ce-61748c993de8a38300c0c038cec5a07e6c324cd6.tar.gz
Headers have ids and link to their own id.
Diffstat (limited to 'app/assets/stylesheets/generic/issue_box.scss')
-rw-r--r--app/assets/stylesheets/generic/issue_box.scss5
1 files changed, 3 insertions, 2 deletions
diff --git a/app/assets/stylesheets/generic/issue_box.scss b/app/assets/stylesheets/generic/issue_box.scss
index afe9c5f8186..c3a39f02513 100644
--- a/app/assets/stylesheets/generic/issue_box.scss
+++ b/app/assets/stylesheets/generic/issue_box.scss
@@ -23,11 +23,12 @@
line-height: 28px;
margin: 0;
color: #444;
+ border-bottom: 1px solid #eee;
}
.context {
border: none;
- border-top: 1px solid #eee;
+ border-bottom: 1px solid #eee;
}
.description {
@@ -35,7 +36,7 @@
}
.title, .context, .description {
- padding: 15px;
+ padding: 15px 15px 15px 30px;
.clearfix {
margin: 0;