Browse Source

Clear float on node title/status

pm2
Luke Childs 8 years ago
parent
commit
f86be2ce80
  1. 6
      assets/style.css

6
assets/style.css

@ -340,6 +340,12 @@ footer {
padding: 0.1em 0.2em;
}
/* Clear float on node title/status */
.node-title,
.status {
float: none;
}
/* Hide tor icon on node page */
.overview .icon-tor {
display: none;

Loading…
Cancel
Save