1
0
mirror of https://github.com/gorhill/uBlock.git synced 2024-09-03 17:49:39 +02:00

fine tuning layout

This commit is contained in:
gorhill 2015-03-22 09:48:06 -04:00
parent 53b55a6b13
commit 7497dcfe16

View File

@ -13,13 +13,13 @@ body {
background-color: white;
border: 0;
box-sizing: border-box;
height: 36px;
left: 1em;
height: 40px;
left: 0;
margin: 0;
padding: 0;
padding: 0 1em;
position: fixed;
text-align: center;
top: 0;
width: 100%;
}
#toolbar .button {
background-color: white;
@ -47,7 +47,7 @@ input:focus {
background-color: #ffe;
}
#content {
margin-top: 36px;
margin-top: 40px;
}
#content table {
border: 0;