File: osmium.css

package info (click to toggle)
libosmium 2.23.0-2
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 4,564 kB
  • sloc: cpp: 53,570; sh: 148; makefile: 19
file content (22 lines) | stat: -rw-r--r-- 369 bytes parent folder | download | duplicates (10)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22

body {
    font-family: "Droid Sans",Helvetica,Arial,sans-serif;
    background-color: #ffffff;
    color: #202060;
}

.tabs, .tabs2, .tabs3, .navpath ul, .tablist li {
    background-image: none;
}

.tabs, .tabs2, .tabs3 {
    border-top: 1px solid #202060;
}

div.contents {
    margin: 0px;
    padding-top: 10px;
    padding-left: 12px;
    padding-right: 8px;
}