Skip to content

Commit fbf98f4

Browse files
committed
css bugfix
1 parent cc86a13 commit fbf98f4

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

bootstrap/css/default/style.css

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1495,7 +1495,6 @@ body.rtl .sharing li {
14951495
top: 10px;
14961496
}
14971497

1498-
}
14991498
.prev_link {
15001499
border-radius: 10px 0 0 10px;
15011500
position: fixed;

style.css

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -653,9 +653,10 @@ h3.nowrap {
653653
margin-top: 4px;
654654
}
655655

656-
.navbar{
657-
height:50px;
656+
.navbar {
657+
height: 50px;
658658
}
659+
659660
.thumbnail .featured-image {
660661
width: 100%;
661662
}
@@ -1469,7 +1470,6 @@ body.rtl .sharing li {
14691470
top: 10px;
14701471
}
14711472

1472-
}
14731473
.prev_link {
14741474
border-radius: 10px 0 0 10px;
14751475
position: fixed;

0 commit comments

Comments
 (0)