Improve others themes

This commit is contained in:
Frédéric Guillot 2014-02-09 12:32:46 -05:00
parent 49583f381f
commit 2509de7f76
6 changed files with 9644 additions and 1314 deletions

View File

@ -1,5 +1,8 @@
<div class="menu-more">
<ul>
<li>
<a href="?action=unread"><?= t('unread') ?></a>
</li>
<li>
<a href="?action=bookmarks"><?= t('bookmarks') ?></a>
</li>

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -1,10 +1,10 @@
@import url('../../../assets/css/app.css');
@font-face {
font-family: 'Muli';
font-style: normal;
font-weight: 400;
src: local('Muli'), url(../fonts/Muli.woff) format('woff');
font-family: 'Muli';
font-style: normal;
font-weight: 400;
src: local('Muli'), url(../fonts/Muli.woff) format('woff');
}
body {

View File

@ -143,3 +143,8 @@ textarea:focus {
border-color: #888;
background: #555;
}
.menu-more a {
text-decoration: none;
color: #fff;
}

View File

@ -179,3 +179,8 @@ textarea:focus {
border-color: #888;
background: #555;
}
.menu-more a {
text-decoration: none;
color: #fff;
}