File: pretty-html.css

package info (click to toggle)
gallery 1.5-1sarge2
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 21,172 kB
  • ctags: 4,516
  • sloc: php: 26,456; sh: 427; perl: 188; makefile: 58; xml: 48
file content (27 lines) | stat: -rw-r--r-- 390 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
.table-whole {
        border: 0;
}

.table-header {
        border-bottom: 1px solid #000000;
}

.table-menu {
        border-right: 1px dashed #a0a0a0;
        background: #dfdfdf;
}

.menu-link {
        font-size: 13px;
        color: #505050;
}

.up-up-link, .up-link {
        font-size: 14px;
        color: #505050;
}

.hr-small {
        background: #000000;
        width: 90%;
}