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 102102 font-size : 27px ;
103103}
104104
105+ orange {
106+ color : # ff8a00 ;
107+ }
108+
109+ a : hover {color : # FF8800 ; }
110+
105111</ style >
112+
106113< script >
107114$ ( function ( ) {
108115 $ ( 'a[href="#search"]' ) . on ( 'click' , function ( event ) {
121128</ script >
122129
123130< 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 >
125132</ 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+
114< div class ="container ">
215
316{% include "qa/header.html" %}
You can’t perform that action at this time.
0 commit comments