Merge pull request #906 from Lightforger/master
css fix for wide screens.
This commit is contained in:
@@ -1,7 +1,6 @@
|
|||||||
@import "000_vars.css.scss";
|
@import "000_vars.css.scss";
|
||||||
|
|
||||||
div.prose {
|
div.prose {
|
||||||
max-width: 40em;
|
|
||||||
line-height: 1.4em;
|
line-height: 1.4em;
|
||||||
|
|
||||||
h1, h2, h3 {
|
h1, h2, h3 {
|
||||||
|
|||||||
@@ -63,9 +63,6 @@ div#page {
|
|||||||
}
|
}
|
||||||
|
|
||||||
section#content {
|
section#content {
|
||||||
width: 70%;
|
|
||||||
float: left;
|
|
||||||
padding-left: 2em;
|
|
||||||
overflow: visible;
|
overflow: visible;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -10,8 +10,7 @@ div.list-of-forum-posts {
|
|||||||
}
|
}
|
||||||
|
|
||||||
div.content {
|
div.content {
|
||||||
width: 40em;
|
margin-left: 14em;
|
||||||
float: left;
|
|
||||||
|
|
||||||
menu {
|
menu {
|
||||||
margin-top: 0.5em;
|
margin-top: 0.5em;
|
||||||
|
|||||||
@@ -176,8 +176,8 @@ div#c-posts {
|
|||||||
|
|
||||||
div#a-index {
|
div#a-index {
|
||||||
div#posts {
|
div#posts {
|
||||||
max-width: 900px;
|
margin-left: 15em;
|
||||||
float: left;
|
margin-right: 6.5em;
|
||||||
}
|
}
|
||||||
|
|
||||||
div#jlist-rss-ads-for-show {
|
div#jlist-rss-ads-for-show {
|
||||||
@@ -262,6 +262,11 @@ div#c-posts {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#content {
|
||||||
|
margin-left:15em;
|
||||||
|
padding-left:1em;
|
||||||
|
}
|
||||||
|
|
||||||
span.close-button {
|
span.close-button {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: 5px;
|
top: 5px;
|
||||||
|
|||||||
@@ -21,4 +21,9 @@ div#c-wiki-pages {
|
|||||||
table {
|
table {
|
||||||
margin-bottom: 1em;
|
margin-bottom: 1em;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#content {
|
||||||
|
margin-left: 15em;
|
||||||
|
padding-left: 1em;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user