mirror of
https://github.com/Eggbertx/gochan.git
synced 2025-08-03 19:56:22 -07:00
Show board dir in page header along with board name
This commit is contained in:
parent
9986bc8a6f
commit
be879078d2
3 changed files with 14 additions and 16 deletions
|
@ -1,8 +1,3 @@
|
|||
#board-title {
|
||||
font-size:50px;
|
||||
text-align:center;
|
||||
}
|
||||
|
||||
#boardmenu-bottom {
|
||||
margin-top:16px;
|
||||
}
|
||||
|
@ -97,11 +92,15 @@ table#pages td {
|
|||
position:absolute;
|
||||
}
|
||||
|
||||
#top-pane {
|
||||
margin-top:32px;
|
||||
header {
|
||||
margin-top:50px;
|
||||
text-align:center;
|
||||
width:100%;
|
||||
z-index:1;
|
||||
|
||||
}
|
||||
|
||||
header h1 {
|
||||
font-size:30px;
|
||||
margin: 0px;
|
||||
}
|
||||
|
||||
#topbar {
|
||||
|
@ -243,7 +242,6 @@ hr {
|
|||
clear:both;
|
||||
}
|
||||
|
||||
|
||||
.upload {
|
||||
float:left;
|
||||
max-width: 100%;
|
||||
|
|
|
@ -53,7 +53,7 @@ body {
|
|||
ul.staffmenu li:hover {
|
||||
background: #404040; }
|
||||
|
||||
#board-title {
|
||||
header h1 {
|
||||
color: #e1b400; }
|
||||
|
||||
img.thumbnail {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue