File tree Expand file tree Collapse file tree 1 file changed +23
-7
lines changed
themes/vue/layout/partials Expand file tree Collapse file tree 1 file changed +23
-7
lines changed Original file line number Diff line number Diff line change 1
1
<div id =" header" >
2
- <a id =" logo" href =" /" >
3
- <img src =" /images/logo.png" >
4
- <span >Vue.js</span >
5
- </a >
6
- <ul id =" nav" >
7
- <% - partial (' partials/main_menu' , { context: ' nav' }) %>
8
- </ul >
2
+ <a id =" logo" href =" /" >
3
+ <img src =" /images/logo.png" >
4
+ <span >Vue.js <sup >2.0 RC</sup ></span >
5
+ </a >
6
+ <span style ="
7
+ position : absolute ;
8
+ top : 100% ;
9
+ left : 60px ;
10
+ padding : 0 10px ;
11
+ background : #ef9f00 ;
12
+ border-radius : 3px ;
13
+ margin-top : -15px ;
14
+ line-height : 30px ;
15
+ color : white ;
16
+ font-weight : bold ;
17
+ letter-spacing : 1px ;
18
+ box-shadow : 0 1px 2px rgba (0 ,0 ,0 ,.3 );
19
+ " >
20
+ WORK IN PROGRESS
21
+ </span >
22
+ <ul id =" nav" >
23
+ <% - partial (' partials/main_menu' , { context: ' nav' }) %>
24
+ </ul >
9
25
</div >
You can’t perform that action at this time.
0 commit comments