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 17:14:20 +0400
committerValeriy Sizov <vsv2711@gmail.com>2012-10-17 17:14:20 +0400
commit8e989d4863d6425f87e3a7230ff86823b6b2e551 (patch)
tree3f73260eaac610594e25047bd3693fdc6e02d4ce /app
parent7a0a552b434243b260733ec3d1cfb069b5beb581 (diff)
revert all wiki changes
Diffstat (limited to 'app')
-rw-r--r--app/assets/stylesheets/gitlab_bootstrap/files.scss14
-rw-r--r--app/assets/stylesheets/main.scss6
-rw-r--r--app/assets/stylesheets/sections/wiki.scss13
-rw-r--r--app/views/wikis/show.html.haml7
4 files changed, 18 insertions, 22 deletions
diff --git a/app/assets/stylesheets/gitlab_bootstrap/files.scss b/app/assets/stylesheets/gitlab_bootstrap/files.scss
index caaefdb539b..cbc58d22203 100644
--- a/app/assets/stylesheets/gitlab_bootstrap/files.scss
+++ b/app/assets/stylesheets/gitlab_bootstrap/files.scss
@@ -37,6 +37,20 @@
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/main.scss b/app/assets/stylesheets/main.scss
index 83ca049590e..c821c3c18a8 100644
--- a/app/assets/stylesheets/main.scss
+++ b/app/assets/stylesheets/main.scss
@@ -189,9 +189,3 @@ $hover: #D9EDF7;
*
*/
@import "sections/editor.scss";
-
-/**
- * Wiki styles
- *
- */
-@import "sections/wiki.scss";
diff --git a/app/assets/stylesheets/sections/wiki.scss b/app/assets/stylesheets/sections/wiki.scss
deleted file mode 100644
index f3fae969c22..00000000000
--- a/app/assets/stylesheets/sections/wiki.scss
+++ /dev/null
@@ -1,13 +0,0 @@
-.wiki {
- font-size: 13px;
- code {
- padding:0 4px;
- }
- padding:20px;
- h1, h2 {
- line-height: 46px;
- }
- h3, h4 {
- line-height: 40px;
- }
-}
diff --git a/app/views/wikis/show.html.haml b/app/views/wikis/show.html.haml
index fe85ba23a87..579ea1b3ad6 100644
--- a/app/views/wikis/show.html.haml
+++ b/app/views/wikis/show.html.haml
@@ -10,9 +10,10 @@
%i.icon-edit
Edit
%br
-.file_content.wiki
- = preserve do
- = markdown @wiki.content
+.file_holder
+ .file_content.wiki
+ = preserve do
+ = markdown @wiki.content
%p.time Last edited by #{@wiki.user.name}, #{time_ago_in_words @wiki.created_at} ago
- if can? current_user, :admin_wiki, @project