File tree Expand file tree Collapse file tree 4 files changed +19
-17
lines changed Expand file tree Collapse file tree 4 files changed +19
-17
lines changed Original file line number Diff line number Diff line change 75
75
.icon-target : before { content : "\f006" ; }
76
76
.icon-earth : before { content : "\f007" ; }
77
77
.icon-daylight : before { content : "\f008" ; }
78
- .icon-settings : before { content : "\f010" ; }
79
- .icon-user : before {
80
- content : "🎈" ;
81
- color : transparent;
82
- text-shadow : 0 0 0 white;
83
- line-height : 1 ;
84
- }
85
-
86
- .icon-user {
87
- line-height : 1 ;
88
- }
89
-
90
- .user {
91
- line-height : 1 !important ;
92
- }
78
+ .icon-settings : before { content : "\f010" ; }
Original file line number Diff line number Diff line change @@ -978,4 +978,11 @@ header .search form input[type='submit'] {
978
978
font-weight : bold;
979
979
text-align : center;
980
980
padding : 10px ;
981
- }
981
+ }
982
+ /* predictor settings pane */
983
+ .prediction_settings {
984
+ background-image : url ("../glyphs/icon-balloon.svg" );
985
+ background-repeat : no-repeat;
986
+ background-size : 50% ;
987
+ background-position : center;
988
+ }
Original file line number Diff line number Diff line change 42
42
</ div >
43
43
< ol class ="nav noselect ">
44
44
< li class ="home "> < i class ="icon-habhub "> </ i > </ li >
45
- < li class ="user " > < i class =" icon-user " > </ i > </ li >
45
+ < li class ="prediction_settings " > </ li >
46
46
< li class ="chasecar " style ="display: none "> < i class ="icon-car "> </ i > </ li >
47
47
< li class ="settings "> < i class ="icon-settings "> </ i > </ li >
48
48
< li class ="weather ">
You can’t perform that action at this time.
0 commit comments