This website works better with JavaScript.
首頁
說明
登入
heuzef
/
pannellum
镜像来自
https://github.com/mpetroff/pannellum.git
關註
1
收藏
0
複製
0
程式碼
問題管理
0
版本發佈
22
Wiki
Activity
瀏覽代碼
Fix display bug in Chrome.
tags/1.0
Matthew Petroff
13 年之前
父節點
5271d447db
當前提交
3aff4d6664
共有
1 個文件被更改
,包括
2 次插入
和
2 次删除
分割檢視
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-2
src/css/pannellum.css
+ 2
- 2
src/css/pannellum.css
查看文件
@@ -206,18 +206,18 @@ body
position:absolute;
top:50%;
left:50%;
width:
19
0px;
width:
20
0px;
height:150px;
margin:-75px 0px 0px -100px;
background-image:url('img/box.png');
display:table;
text-align:center;
padding:0px 5px 0px 5px;
}
#nojavascript p
{
display:table-cell;
vertical-align:middle;
padding:0px 5px 0px 5px;
}
#pannellum_logo_about
Write
Preview
Loading…
取消
儲存