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 7575.icon-target : before { content : "\f006" ; }
7676.icon-earth : before { content : "\f007" ; }
7777.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'] {
978978 font-weight : bold;
979979 text-align : center;
980980 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 4242 </ div >
4343 < ol class ="nav noselect ">
4444 < 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 >
4646 < li class ="chasecar " style ="display: none "> < i class ="icon-car "> </ i > </ li >
4747 < li class ="settings "> < i class ="icon-settings "> </ i > </ li >
4848 < li class ="weather ">
You can’t perform that action at this time.
0 commit comments