Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/app
diff options
context:
space:
mode:
authorValeriy Sizov <vsv2711@gmail.com>2012-10-17 16:17:27 +0400
committerValeriy Sizov <vsv2711@gmail.com>2012-10-17 16:17:27 +0400
commit31f1cebe4bc545fc00947475211ab52d84b356ce (patch)
treebcfde2c01b473c267d640c85b327581a4713f697 /app
parent607d8b7970b3bfc007030f978fcee00623cda743 (diff)
Wiki style: move styles to right place
Diffstat (limited to 'app')
-rw-r--r--app/assets/stylesheets/gitlab_bootstrap/files.scss14
-rw-r--r--app/assets/stylesheets/sections/wiki.scss14
2 files changed, 12 insertions, 16 deletions
diff --git a/app/assets/stylesheets/gitlab_bootstrap/files.scss b/app/assets/stylesheets/gitlab_bootstrap/files.scss
index cbc58d22203..caaefdb539b 100644
--- a/app/assets/stylesheets/gitlab_bootstrap/files.scss
+++ b/app/assets/stylesheets/gitlab_bootstrap/files.scss
@@ -37,20 +37,6 @@
background:#fff;
font-size: 11px;
- &.wiki {
- font-size: 13px;
- code {
- padding:0 4px;
- }
- padding:20px;
- h1, h2 {
- line-height: 46px;
- }
- h3, h4 {
- line-height: 40px;
- }
- }
-
&.image_file {
background:#eee;
text-align:center;
diff --git a/app/assets/stylesheets/sections/wiki.scss b/app/assets/stylesheets/sections/wiki.scss
index 40f31490d39..f3fae969c22 100644
--- a/app/assets/stylesheets/sections/wiki.scss
+++ b/app/assets/stylesheets/sections/wiki.scss
@@ -1,3 +1,13 @@
-.wiki{
- padding: 5px;
+.wiki {
+ font-size: 13px;
+ code {
+ padding:0 4px;
+ }
+ padding:20px;
+ h1, h2 {
+ line-height: 46px;
+ }
+ h3, h4 {
+ line-height: 40px;
+ }
}