Skip to content

Commit 84e26c7

Browse files
committed
Fixed css issue on older Mozilla browsers
1 parent 32e51f6 commit 84e26c7

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

css/fancyindex.css

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -78,9 +78,9 @@ html, body {
7878
}
7979

8080
.box .box-content {
81-
padding: 20px;
81+
width: 97%;
82+
margin: 20px auto;
8283
background: #fff;
83-
width: 100%;
8484
}
8585

8686
.box.box-breadcrumbs .box-header {
@@ -460,7 +460,7 @@ a:hover {
460460

461461
#list a[href$=".avi"]:before, #list a[href$=".mp4"]:before,
462462
#list a[href$=".mkv"]:before, #list a[href$=".divx"]:before,
463-
#list a[href$=".wmv"]:before {
463+
#list a[href$=".wmv"]:before {
464464
background: url('../icons/video.png') left center no-repeat;
465465
}
466466
}

css/fancyindex_Icons.css

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -78,9 +78,9 @@ html, body {
7878
}
7979

8080
.box .box-content {
81-
padding: 20px;
81+
width: 97%;
82+
margin: 20px auto;
8283
background: #fff;
83-
width: 100%;
8484
}
8585

8686
.box.box-breadcrumbs .box-header {
@@ -460,7 +460,7 @@ a:hover {
460460

461461
#list a[href$=".avi"]:before, #list a[href$=".mp4"]:before,
462462
#list a[href$=".mkv"]:before, #list a[href$=".divx"]:before,
463-
#list a[href$=".wmv"]:before {
463+
#list a[href$=".wmv"]:before {
464464
background: url('../icons/video.png') left center no-repeat;
465465
}
466466
}

css/fancyindex_NoIcons.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,9 +78,9 @@ html, body {
7878
}
7979

8080
.box .box-content {
81-
padding: 20px;
81+
width: 97%;
82+
margin: 20px auto;
8283
background: #fff;
83-
width: 100%;
8484
}
8585

8686
.box.box-breadcrumbs .box-header {

0 commit comments

Comments
 (0)