summaryrefslogtreecommitdiff
path: root/app/assets
diff options
context:
space:
mode:
authorrandx <dmitriy.zaporozhets@gmail.com>2012-07-26 16:14:34 +0300
committerrandx <dmitriy.zaporozhets@gmail.com>2012-07-26 16:14:34 +0300
commit18f83016b15a1ad388ccb85a6e0878e7f5f14527 (patch)
treeaea1ca182e262ca60b1e76532ed51e109cf8504a /app/assets
parentc27105f8c3dc8b0baec0d36f339dbfc943ff155b (diff)
downloadgitlab-ce-18f83016b15a1ad388ccb85a6e0878e7f5f14527.tar.gz
Fixed persmission issue in doc. Added validation of hooks in gitlab:app:status
Diffstat (limited to 'app/assets')
-rw-r--r--app/assets/stylesheets/gitlab_bootstrap.scss4
-rw-r--r--app/assets/stylesheets/sections/commits.scss5
2 files changed, 5 insertions, 4 deletions
diff --git a/app/assets/stylesheets/gitlab_bootstrap.scss b/app/assets/stylesheets/gitlab_bootstrap.scss
index 39e5998305a..29c65b828de 100644
--- a/app/assets/stylesheets/gitlab_bootstrap.scss
+++ b/app/assets/stylesheets/gitlab_bootstrap.scss
@@ -74,10 +74,6 @@ h5 {
font-size:14px;
}
-code {
- background:#FCEEC1;
- color:$style_color;
-}
table {
width:100%;
diff --git a/app/assets/stylesheets/sections/commits.scss b/app/assets/stylesheets/sections/commits.scss
index 6052ec3fabb..35c3cffd7f1 100644
--- a/app/assets/stylesheets/sections/commits.scss
+++ b/app/assets/stylesheets/sections/commits.scss
@@ -194,4 +194,9 @@
float:right;
@extend .cgray;
}
+
+ code {
+ background:#FCEEC1;
+ color:$style_color;
+ }
}