Skip to content

Commit

Permalink
Merge pull request #906 from Lightforger/master
Browse files Browse the repository at this point in the history
css fix for wide screens.
  • Loading branch information
r888888888 committed Mar 17, 2013
2 parents 8544678 + 32740e9 commit cfdf449
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 10 deletions.
1 change: 0 additions & 1 deletion app/assets/stylesheets/common/dtext.css.scss
@@ -1,7 +1,6 @@
@import "000_vars.css.scss";

div.prose {
max-width: 40em;
line-height: 1.4em;

h1, h2, h3 {
Expand Down
5 changes: 1 addition & 4 deletions app/assets/stylesheets/common/main_layout.css.scss
Expand Up @@ -63,9 +63,6 @@ div#page {
}

section#content {
width: 70%;
float: left;
padding-left: 2em;
overflow: visible;
}
}
Expand All @@ -92,4 +89,4 @@ div#more-links {
padding: 0.2em 0.6em;
@include box-shadow(2px 2px 2px #ccc);
}


3 changes: 1 addition & 2 deletions app/assets/stylesheets/specific/forum.css.scss
Expand Up @@ -10,8 +10,7 @@ div.list-of-forum-posts {
}

div.content {
width: 40em;
float: left;
margin-left: 14em;

menu {
margin-top: 0.5em;
Expand Down
9 changes: 7 additions & 2 deletions app/assets/stylesheets/specific/posts.css.scss
Expand Up @@ -176,8 +176,8 @@ div#c-posts {

div#a-index {
div#posts {
max-width: 900px;
float: left;
margin-left: 15em;
margin-right: 6.5em;
}

div#jlist-rss-ads-for-show {
Expand Down Expand Up @@ -262,6 +262,11 @@ div#c-posts {
}
}

#content {
margin-left:15em;
padding-left:1em;
}

span.close-button {
position: absolute;
top: 5px;
Expand Down
7 changes: 6 additions & 1 deletion app/assets/stylesheets/specific/wiki_pages.css.scss
Expand Up @@ -21,4 +21,9 @@ div#c-wiki-pages {
table {
margin-bottom: 1em;
}
}

#content {
margin-left: 15em;
padding-left: 1em;
}
}

0 comments on commit cfdf449

Please sign in to comment.