File: board.css

package info (click to toggle)
gamgi 0.15.8-1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 19,672 kB
  • sloc: ansic: 155,977; xml: 105,764; makefile: 537; perl: 171; sh: 5
file content (20 lines) | stat: -rw-r--r-- 407 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
/**********************
 * information boards *
 **********************/

div.board
  {
  clear: both;
  color: #fff;
  background-color: #069;
  font-weight: bold;
  border-top: 2px groove #069;
  border-right: 2px groove #069;
  border-left: 2px groove #069;
  margin-top: 1em;
  padding: 0.3em 0.6em;
  }

div.board div:first-child { float: left; }

div.board div { font-size: 11px; text-align: right; }