-
Notifications
You must be signed in to change notification settings - Fork 21
Expand file tree
/
Copy pathstyle.css
More file actions
64 lines (53 loc) · 794 Bytes
/
style.css
File metadata and controls
64 lines (53 loc) · 794 Bytes
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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
.nav-header.active a {
color: white;
}
.menu-toggle {
display:run-in !important;
width=10px !important;
margin-right:10px !important;
}
.sidebar-nav {
padding: 9px 0;
}
.navbar .brand {
margin-top: 10px;
margin-left: 5px;
color: White;
text-shadow: none;
}
.nav li {
font-size: 11px;
}
.btn-navbar {
margin-top: 10px;
}
.navbar-inner {
background: #394755;
}
.navbar-link {
color: white;
font-size: 16px;
margin: 10px 0 10px 10px;
padding-right: 0px;
}
.navbar-link:hover {
color: white;
}
@media (max-width: 980px) {
/* Enable use of floated navbar text */
.navbar-text.pull-right {
float: none;
padding-left: 5px;
padding-right: 5px;
}
}
th {
text-align: left;
}
th, td {
padding:5px;
}
table, th, td
{
border: 1px solid black;
}