Style changes

This commit is contained in:
meles5 2015-10-21 19:57:20 +02:00
parent fabe53564f
commit 81556430c9

View File

@ -128,6 +128,21 @@ li {
border-bottom: 1px solid #CCCCCC;
}
code {
background-color: #DDDDDD;
border-radius: 2px;
}
.listingblock {
padding: 10px 10px;
background-color: #DDDDDD;
border-radius: 4px;
}
table td {
padding: 10px 10px;
}
@media screen and (max-width: 480px) {
#headline .qutebrowser-logo {
margin-left: auto;