This repository was archived by the owner on Sep 3, 2020. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +21
-1
lines changed Expand file tree Collapse file tree 3 files changed +21
-1
lines changed Original file line number Diff line number Diff line change 102
102
font-size : 27px ;
103
103
}
104
104
105
+ orange {
106
+ color : # ff8a00 ;
107
+ }
108
+
109
+ a : hover {color : # FF8800 ; }
110
+
105
111
</ style >
112
+
106
113
< script >
107
114
$ ( function ( ) {
108
115
$ ( 'a[href="#search"]' ) . on ( 'click' , function ( event ) {
121
128
</ script >
122
129
123
130
< div class ="page-header ">
124
- < a class ="btn btn-lg btn-warning pull-right " href ="#search "> < span class ="glyphicon glyphicon-search " aria-hidden ="true "> </ span > Find</ a > < a class ="btn btn-lg btn-danger pull-right " href ="/add/ "> < span class ="glyphicon glyphicon-plus " aria-hidden ="true "> </ span > Ask Question</ a > < h1 > < a href ="/ "> < img width ="50px " src ="http://icons.iconarchive.com/icons/seanau/flat-app/256/Questionmark-icon.png " /> Simple QA </ a > < small > Open Questions</ small > </ h1 >
131
+ < a class ="btn btn-lg btn-warning pull-right " href ="#search "> < span class ="glyphicon glyphicon-search " aria-hidden ="true "> </ span > Find</ a > < a class ="btn btn-lg btn-danger pull-right " href ="/add/ "> < span class ="glyphicon glyphicon-plus " aria-hidden ="true "> </ span > Ask Question</ a > < h1 > < a href ="/ "> < img width ="50px " src ="http://icons.iconarchive.com/icons/seanau/flat-app/256/Questionmark-icon.png " /> < orange > Simple QA</ orange > </ a > < small > Open Questions</ small > </ h1 >
125
132
</ div >
Original file line number Diff line number Diff line change
1
+ < style >
2
+ .topbar {
3
+ width : 100% ;
4
+ height : 7px ;
5
+ position : absolute;
6
+ z-index : 1000 ;
7
+
8
+ background : # FF8800 ;
9
+ }
10
+ </ style >
11
+
12
+ < div class ="topbar "> </ div >
13
+
1
14
< div class ="container ">
2
15
3
16
{% include "qa/header.html" %}
You can’t perform that action at this time.
0 commit comments