This website works better with JavaScript.
首頁
探索
說明
登入
herbert
/
Frontend
複製自
Sugoimusic/Frontend
關註
1
收藏
0
複製
0
程式碼
問題管理
0
合併請求
0
版本發佈
0
Wiki
Activity
4 次程式碼提交
0a5b48974b
...
102078c72b
作者
SHA1
備註
提交日期
herbert
102078c72b
Merge branch 'master' into orion-fixes
3 年之前
Tomochin
214ec6ba64
Fix logo widths
3 年之前
Tomochin
cae4ce8079
Add first banner to live CSS
3 年之前
Tomochin
ea6b777883
Add first SM banners
3 年之前
共有
6 個文件被更改
,包括
10 次插入
和
10 次删除
分割檢視
Diff Options
Show Stats
二進制
二進制
+1
-1
static/styles/global.css
+3
-3
static/styles/noir/style.css
+3
-3
static/styles/noir2/style.css
+3
-3
static/styles/nostalgia/style.css
二進制
查看文件
二進制
查看文件
+ 1
- 1
static/styles/global.css
文件差異過大導致無法顯示
查看文件
+ 3
- 3
static/styles/noir/style.css
查看文件
@@ -233,15 +233,15 @@ ul.thin li { margin:0px 0px; padding:0px; }
}
#logo {
width:
30
0px;
height: 1
97
px;
width:
114
0px;
height: 1
50
px;
margin: 0 auto;
}
#logo a {
border: none;
width: 100%;
height: 1
97
px;
height: 1
50
px;
display: block;
}
+ 3
- 3
static/styles/noir2/style.css
查看文件
@@ -248,15 +248,15 @@ ul.thin li { margin:0px 0px; padding:0px; }
}
#logo {
width:
30
0px;
height: 1
97
px;
width:
114
0px;
height: 1
50
px;
margin: 0 auto;
}
#logo a {
border: none;
width: 100%;
height: 1
97
px;
height: 1
50
px;
display: block;
}
+ 3
- 3
static/styles/nostalgia/style.css
查看文件
@@ -239,15 +239,15 @@ ul.thin li { margin:0px 0px; padding:0px; }
}
#logo {
width:
30
0px;
height: 1
97
px;
width:
114
0px;
height: 1
50
px;
margin: 0 auto;
}
#logo a {
border: none;
width: 100%;
height: 1
97
px;
height: 1
50
px;
display: block;
}
Write
Preview
Loading…
取消
儲存