Updated flatsite theme
This commit is contained in:
parent
d71da86747
commit
b370bfc293
2 changed files with 4 additions and 3 deletions
|
@ -111,8 +111,9 @@ a:hover { color:#07d; text-decoration:underline; }
|
|||
|
||||
/* Sidebar */
|
||||
|
||||
.with-sidebar .main { margin-right:17em; }
|
||||
.with-sidebar .sidebar { float:right; width:16em; margin-top:3.9em; padding:2px; overflow:hidden; font-size:0.9em; }
|
||||
.with-sidebar .main { margin-right:15em; }
|
||||
.with-sidebar .sidebar { float:right; width:13em; margin-top:3.2em; padding:2px; overflow:hidden; text-align:right; }
|
||||
.with-sidebar .sidebar ul { padding:0; list-style:none; }
|
||||
.with-sidebar .sidebar .search-form input { width:100%; box-sizing:border-box; }
|
||||
.with-sidebar .content:after { content:""; display:table; clear:both; }
|
||||
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
|
||||
class YellowThemeFlatsite
|
||||
{
|
||||
const VERSION = "0.7.4";
|
||||
const VERSION = "0.7.5";
|
||||
}
|
||||
|
||||
$yellow->themes->register("flatsite", "YellowThemeFlatsite", YellowThemeFlatsite::VERSION);
|
||||
|
|
Loading…
Add table
Reference in a new issue