view mod_register_json/register_json/template/css/style.css @ 1061:f4031e7ccec1

mod_onions: The SOCKS5 port is now a string, as it should be. Added a boolean option onions_tor_all to pass all s2s traffic through Tor.
author Thijs Alkemade <me@thijsalkema.de>
date Mon, 10 Jun 2013 21:39:48 +0200
parents 7c04c5856daa
children
line wrap: on
line source

body {
  margin: 0
}

a {
  color: #0000FF
}

ul {
  margin: 0
}

.btn {
  margin-right: 0.3em
}

.btn:last {
  margin-right: 0
}

#main {
  padding: 10px
}

#main div {
  margin-left: 14px
}

#main p {
  margin-left: 14px
}

#top {
  clear: both;
  width: 100%;
  padding: 0;
}

#header {
  height: 172px;
  background: url(../images/tile.png) repeat-x
}