Fix header-nav css.
This commit is contained in:
parent
15181113c7
commit
e02af9e9b2
|
@ -34,7 +34,7 @@
|
||||||
color: #FFF;
|
color: #FFF;
|
||||||
font-family: $main-font;
|
font-family: $main-font;
|
||||||
|
|
||||||
& > * {
|
& > *:not(p) {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
margin-top: 0;
|
margin-top: 0;
|
||||||
margin-bottom: 0;
|
margin-bottom: 0;
|
||||||
|
|
|
@ -13,8 +13,16 @@
|
||||||
{
|
{
|
||||||
"filename" : "web_res_widget1",
|
"filename" : "web_res_widget1",
|
||||||
"name" : {
|
"name" : {
|
||||||
"zh_tw" : "1. 列表 ( 模組標題, 連結 )",
|
"zh_tw" : "1. 直式列表 ( 模組標題, 連結 )",
|
||||||
"en" : "1. List (widget-title, link)"
|
"en" : "1. Vertical List (widget-title, link)"
|
||||||
|
},
|
||||||
|
"thumbnail" : "thumb.png"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"filename" : "web_res_widget2",
|
||||||
|
"name" : {
|
||||||
|
"zh_tw" : "2. 橫式列表 ( 模組標題, 連結 )",
|
||||||
|
"en" : "2. Horizontal List (widget-title, link)"
|
||||||
},
|
},
|
||||||
"thumbnail" : "thumb.png"
|
"thumbnail" : "thumb.png"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue