overview.scss 196 Bytes
Newer Older
Den Isahac's avatar
Den Isahac committed
1 2 3 4 5 6 7 8 9 10 11 12 13
p.sub {
  color: #444444;
	font-family: Verdana, serif;
  font-size: 12px;
  padding: 5px 10px 15px;
  margin: 0;
}

.postbox hr {
  border: none;
  border-bottom: solid 1px #ccc;
  height: 1px;
}