-
Notifications
You must be signed in to change notification settings - Fork 13
Expand file tree
/
Copy pathapplication.css
More file actions
78 lines (73 loc) · 1.04 KB
/
application.css
File metadata and controls
78 lines (73 loc) · 1.04 KB
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
65
66
67
68
69
70
71
72
73
74
75
76
77
78
html {
font-size:10px;
-webkit-tap-highlight-color:transparent
font-family:sans-serif;
-ms-text-size-adjust:100%;
-webkit-text-size-adjust:100%
}
body {
font-family:Roboto,"Helvetica Neue",Helvetica,Arial,sans-serif;
font-size:14px;
line-height:1.6;
background-color:#fff;
color:#000;
margin:0
}
nav {
display:block
}
a {
text-decoration:none;
background-color:transparent
}
a:focus {
outline:dotted thin;
outline:-webkit-focus-ring-color auto 5px;
outline-offset:-2px
}
a:active,
a:hover {
outline:0
}
h1 {
margin:.67em 0
}
pre {
overflow:auto
}
code,pre {
font-size:1em;
letter-spacing: 0em;
}
button {
color:inherit;
font:inherit;
margin:0
}
button {
overflow:visible;
text-transform:none;
-webkit-appearance:button;
cursor:pointer
}
button::-moz-focus-inner {
border:0;
padding:0
}
a {
color: #500;
}
a:hover {
color: #a00;
}
.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover {
color: #c00;
}
.footer {
margin-top: 50px;
}
.brand-name {
margin-bottom: 0;
}