Commit 8a01690a authored by Leo Iannacone's avatar Leo Iannacone

some padding on status.icon

parent 6d3053b5
......@@ -9,6 +9,10 @@
cursor: pointer;
}
aside .nav-pills li {
line-height: 10px;
}
footer {
height: 40px;
}
......@@ -16,7 +20,6 @@ footer {
padding-bottom: 40px;
}
footer {
position: fixed;
padding-top: 10px;
......@@ -31,11 +34,22 @@ footer {
font-size: small;
}
#status > span.label {
margin-right: 10px;
}
#status .packages {
display: inline;
}
aside .nav-pills li {
line-height: 10px;
#status .packages li a {
position: relative;
padding-right: 22px;
}
#status .packages li a .icon {
position: absolute;
top: 3px;
right: 5px;
}
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment