User:Bdferris/monobook.css

From PublicWiki
< User:Bdferris
Revision as of 17:02, 9 October 2006 by Bdferris (talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Note: After saving, you may have to bypass your browser's cache to see the changes.

  • Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
  • Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
  • Internet Explorer: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Go to Menu → Settings (Opera → Preferences on a Mac) and then to Privacy & security → Clear browsing data → Cached images and files.
table.protocol {
  text-align: center;
  border: 1px dashed rgb(47,111,171);
  background-color: rgb(249,249,249);
}

table.protocol tr th {
  border-bottom: 1px solid #000000;
}

table.protocol tr td.proto_index {
  width: 5em;
  font-family: monospace;
}

table.protocol tr td.proto_length {
  width: 5em;
  font-family: monospace;
}


table.protocol tr td.proto_desc {
  text-align: left;
}