home *** CD-ROM | disk | FTP | other *** search
- /* ZLIB licensed, (C) 2007 Adrian 'driAn' Henke, http://www.sprintf.org */
-
- /*
- styles for the readme
- */
-
- @import url(ac.css);
-
-
- /* guns */
-
- table#guns td
- {
- vertical-align: top;
- }
-
- /* gunstats */
-
- table#gunstats
- {
- width: 100%;
- border-collapse: collapse;
- }
-
- table#gunstats thead td
- {
- font-weight: bold;
- }
-
- table#gunstats td
- {
- border: solid 1px #777777;
- }
-
-
- /* items */
-
- table.items td
- {
- vertical-align: top;
- }