Merge pull request #906 from Lightforger/master

css fix for wide screens.
This commit is contained in:
Albert Yi
2013-03-17 10:08:21 -07:00
5 changed files with 15 additions and 10 deletions

View File

@@ -1,7 +1,6 @@
@import "000_vars.css.scss";
div.prose {
max-width: 40em;
line-height: 1.4em;
h1, h2, h3 {

View File

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

View File

@@ -10,8 +10,7 @@ div.list-of-forum-posts {
}
div.content {
width: 40em;
float: left;
margin-left: 14em;
menu {
margin-top: 0.5em;

View File

@@ -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 {
@@ -262,6 +262,11 @@ div#c-posts {
}
}
#content {
margin-left:15em;
padding-left:1em;
}
span.close-button {
position: absolute;
top: 5px;

View File

@@ -21,4 +21,9 @@ div#c-wiki-pages {
table {
margin-bottom: 1em;
}
}
#content {
margin-left: 15em;
padding-left: 1em;
}
}