small fix and new header image

This commit is contained in:
flash 2015-11-07 21:20:11 +01:00
parent 2e6158d027
commit 0be985edeb
3 changed files with 21 additions and 1 deletions

View file

@ -0,0 +1,15 @@
<?php
/*
* Forum class
*/
namespace Sakura;
/**
* Class Forum
* @package Sakura
*/
class Forum
{
}

View file

@ -376,10 +376,15 @@ a:active {
top: 0;
right: 0;
list-style: none;
padding: 30px 4px 5px;
padding: 35px 4px 5px;
box-shadow: 0 2px 6px rgba(0, 0, 0, .75);
font-size: .8em;
line-height: 1.5em;
transition: .2s;
}
#navigation.floating > ul > li:hover > ul {
padding-top: 30px;
}
#navigation > ul > li > ul > li > a {

Binary file not shown.

After

Width:  |  Height:  |  Size: 25 KiB