mirror of
https://github.com/Eggbertx/gochan.git
synced 2025-09-01 07:26:23 -07:00
use QR file input when posting, improve front page formatting
This commit is contained in:
parent
4ec04d799b
commit
4fa467933b
10 changed files with 101 additions and 96 deletions
|
@ -1,10 +1,3 @@
|
|||
div.page {
|
||||
float: left;
|
||||
width: 75%;
|
||||
margin-left: 8px;
|
||||
overflow-y: hidden;
|
||||
}
|
||||
|
||||
div.section-block {
|
||||
margin-bottom: 8px;
|
||||
div.section-title-block {
|
||||
|
@ -39,10 +32,13 @@ div#top-pane {
|
|||
}
|
||||
}
|
||||
|
||||
col#recent {
|
||||
width:22%;
|
||||
}
|
||||
|
||||
#tab-bar {
|
||||
margin-bottom: 0px;
|
||||
margin-top: 2px;
|
||||
margin-left: -24px;
|
||||
display: inline;
|
||||
.tab {
|
||||
display: inline;
|
||||
padding: 0px 8px 0px 8px;
|
||||
|
@ -50,12 +46,9 @@ div#top-pane {
|
|||
}
|
||||
|
||||
div#recent-posts {
|
||||
width:22%;
|
||||
float: right;
|
||||
margin-right: 8px;
|
||||
display: inline-block;
|
||||
img {
|
||||
float: left;
|
||||
padding-right: 8px;
|
||||
}
|
||||
div.section-body {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue