OLD | NEW |
1 @import url(https://fonts.googleapis.com/css?family=Quattrocento+Sans); | 1 @import url(https://fonts.googleapis.com/css?family=Quattrocento+Sans); |
2 | 2 |
3 body { | 3 body { |
4 height: 100%; | 4 height: 100%; |
5 font-family: 'Quattrocento Sans', sans-serif; | 5 font-family: 'Quattrocento Sans', sans-serif; |
6 } | 6 } |
7 | 7 |
8 .nav { | 8 .nav { |
9 padding: 15px 0px 0px 0px; | 9 padding: 15px 0px 0px 0px; |
10 background: #333; | 10 background: #333; |
11 } | 11 } |
12 | 12 |
13 .nav li { | 13 .nav li { |
14 display: inline; | 14 display: inline; |
15 } | 15 } |
16 | 16 |
17 .nav a { | 17 .nav a { |
18 color: #A3A3A3; | 18 color: #A3A3A3; |
19 font-size: 18px; | 19 font-size: 18px; |
20 padding: 14px 10px; | 20 padding: 14px 10px; |
21 text-transform: uppercase; | 21 text-transform: uppercase; |
22 } | 22 } |
23 | 23 |
24 .gen_time { | 24 .nav .gen_time { |
25 color: #A3A3A3; | 25 color: #A3A3A3; |
26 } | 26 } |
27 | 27 |
28 .input-group { | 28 .input-group { |
29 margin-top: 70px; | 29 margin-top: 90px; |
30 width: 70%; | 30 width: 70%; |
31 margin-left: auto; | 31 margin-left: auto; |
32 margin-right: auto; | 32 margin-right: auto; |
33 } | 33 } |
34 | 34 |
35 .commits_to_be_reviewed { | 35 .commits_to_be_reviewed { |
36 margin-top: 50px; | 36 margin-top: 50px; |
37 } | 37 } |
38 | 38 |
39 .data_item { | 39 .data_item { |
40 text-align: center; | 40 text-align: center; |
41 } | 41 } |
42 | 42 |
43 th { | 43 th { |
44 text-align: center; | 44 text-align: center; |
45 } | 45 } |
OLD | NEW |