diff options
Diffstat (limited to 'css')
-rw-r--r-- | css/istreamdev.css | 2 | ||||
-rwxr-xr-x | css/jqtouch.css | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/css/istreamdev.css b/css/istreamdev.css index 4d1dd44..bec671a 100644 --- a/css/istreamdev.css +++ b/css/istreamdev.css @@ -25,7 +25,7 @@ color: #444; padding: 15px; border-top: 1px solid rgba(255,255,255,.2); display: block; -position: absolute; +position: fixed; left: 0; top: 0; width: 100%; diff --git a/css/jqtouch.css b/css/jqtouch.css index 5c3e736..3b8c8ed 100755 --- a/css/jqtouch.css +++ b/css/jqtouch.css @@ -370,4 +370,4 @@ div#jqt > .current { -webkit-transform: scale(.2); opacity: 0; } -}
\ No newline at end of file +} |