small fix and new header image
This commit is contained in:
parent
2e6158d027
commit
0be985edeb
3 changed files with 21 additions and 1 deletions
15
_sakura/components/Forum.php
Normal file
15
_sakura/components/Forum.php
Normal file
|
@ -0,0 +1,15 @@
|
||||||
|
<?php
|
||||||
|
/*
|
||||||
|
* Forum class
|
||||||
|
*/
|
||||||
|
|
||||||
|
namespace Sakura;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Class Forum
|
||||||
|
* @package Sakura
|
||||||
|
*/
|
||||||
|
class Forum
|
||||||
|
{
|
||||||
|
|
||||||
|
}
|
|
@ -376,10 +376,15 @@ a:active {
|
||||||
top: 0;
|
top: 0;
|
||||||
right: 0;
|
right: 0;
|
||||||
list-style: none;
|
list-style: none;
|
||||||
padding: 30px 4px 5px;
|
padding: 35px 4px 5px;
|
||||||
box-shadow: 0 2px 6px rgba(0, 0, 0, .75);
|
box-shadow: 0 2px 6px rgba(0, 0, 0, .75);
|
||||||
font-size: .8em;
|
font-size: .8em;
|
||||||
line-height: 1.5em;
|
line-height: 1.5em;
|
||||||
|
transition: .2s;
|
||||||
|
}
|
||||||
|
|
||||||
|
#navigation.floating > ul > li:hover > ul {
|
||||||
|
padding-top: 30px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#navigation > ul > li > ul > li > a {
|
#navigation > ul > li > ul > li > a {
|
||||||
|
|
BIN
public/content/images/default_header.png
Normal file
BIN
public/content/images/default_header.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 25 KiB |
Reference in a new issue