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"> <div class="menu-more">
<ul> <ul>
<li>
<a href="?action=unread"><?= t('unread') ?></a>
</li>
<li> <li>
<a href="?action=bookmarks"><?= t('bookmarks') ?></a> <a href="?action=bookmarks"><?= t('bookmarks') ?></a>
</li> </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

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

View File

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