This website works better with JavaScript.
Home
Help
Sign In
heuzef
/
pannellum
mirror of
https://github.com/mpetroff/pannellum.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
22
Wiki
Activity
Browse Source
Fix display bug in Chrome.
tags/1.0
Matthew Petroff
13 years ago
parent
5271d447db
commit
3aff4d6664
1 changed files
with
2 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-2
src/css/pannellum.css
+ 2
- 2
src/css/pannellum.css
View File
@@ -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…
Cancel
Save