forked from ros-infrastructure/rep
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
19 lines (16 loc) · 710 Bytes
/
style.css
File metadata and controls
19 lines (16 loc) · 710 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
body { margin: 0px;
padding: 0px; }
.navigation { width: 100%;
background: #99ccff; }
.navigation .navicon { width: 150px;
height: 35; }
.navigation .textlinks { padding-left: 1em;
text-align: left; }
.header { margin-top: 0.5em; }
.header, .content { margin-left: 1em;
margin-right: 1em; }
.header table td { text-align: left; }
.header table th { text-align: right;
font-family: sans-serif;
padding-right: 0.5em; }
h3 { font-family: sans-serif; }