summaryrefslogtreecommitdiff
path: root/app/assets
diff options
context:
space:
mode:
authorIan Morgan <ian@ruby-code.com>2012-07-19 20:09:19 -0400
committerIan Morgan <ian@ruby-code.com>2012-07-19 20:23:55 -0400
commit36efa2042cb94571957582c7bd4316a3559696e6 (patch)
tree12782e5d9794a3e1f31222c53889d479db060e8d /app/assets
parent652d28f56bdf7bb2e2f2e2619221535a7bb2ec04 (diff)
downloadgitlab-ce-36efa2042cb94571957582c7bd4316a3559696e6.tar.gz
Add comments to Wiki pages
Diffstat (limited to 'app/assets')
-rw-r--r--app/assets/stylesheets/notes.scss3
1 files changed, 2 insertions, 1 deletions
diff --git a/app/assets/stylesheets/notes.scss b/app/assets/stylesheets/notes.scss
index 39db704b1a9..39e03813a8b 100644
--- a/app/assets/stylesheets/notes.scss
+++ b/app/assets/stylesheets/notes.scss
@@ -14,7 +14,8 @@
border-bottom:1px solid #aaa;
}
-.issue_notes {
+.issue_notes,
+.wiki_notes {
.note_content {
float:left;
width:400px;