1
0
Fork 0
mirror of https://github.com/wallabag/wallabag.git synced 2025-08-01 17:38:38 +00:00

ajout du lien retour à l'accueil en pied de page #22

This commit is contained in:
nicosomb 2013-04-08 14:25:55 +02:00
parent 670ef6bb1b
commit 598d07a818
2 changed files with 14 additions and 5 deletions

View file

@ -27,8 +27,13 @@ header {
text-decoration: none;
}
#article header .vieworiginal a {
#article article {
border-bottom: 1px solid #222222;
}
.vieworiginal a {
color: #888888;
text-decoration: none;
}
#main, #article {
@ -44,11 +49,11 @@ header {
#main ul#links li {
display: inline;
}
#links a, #backhome a{
#links a, .backhome a{
text-decoration: none;
padding: 5px 10px;
}
#links a:hover, #backhome a{
#links a:hover, .backhome a{
-webkit-border-radius: 2px;
border-radius: 2px;
background-color: #040707;