Skip to content

Commit 43e34e9

Browse files
committed
Fix Bootstrap Site Tabs skin
1 parent 266c288 commit 43e34e9

4 files changed

Lines changed: 6 additions & 6 deletions

File tree

conf/_application.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
* Release date (ISO)
2222
* @global string
2323
*/
24-
$app_date = '2020-08-12';
24+
$app_date = '2020-08-13';
2525

2626
/**
2727
* Is this b2evolution PRO?

skins/bootstrap_site_tabs_skin/style.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
}
1818
#evo_site_header .swhead_sitename.swhead_logo {
1919
display: table-cell;
20-
margin: -17px 0 0 -6px;
20+
margin: -17px 0 -1px -6px;
2121
}
2222
#evo_site_header .swhead_sitename.swhead_logo a {
2323
padding: 0;
@@ -63,7 +63,7 @@ div.level1 {
6363
div.level1 nav ul.nav.nav-tabs {
6464
margin: 0;
6565
position: relative;
66-
top: 2px;
66+
top: 1px;
6767
border-bottom: 1px solid #ccc;
6868
}
6969
div.level1 nav ul.nav.nav-tabs li {

skins/bootstrap_site_tabs_skin/style.less

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
}
1818
&.swhead_logo {
1919
display: table-cell;
20-
margin: -17px 0 0 -6px;
20+
margin: -17px 0 -1px -6px;
2121
a {
2222
padding: 0;
2323
}
@@ -67,7 +67,7 @@ div.level1 {
6767
ul.nav.nav-tabs {
6868
margin: 0;
6969
position: relative;
70-
top: 2px;
70+
top: 1px;
7171
border-bottom: 1px solid #ccc;
7272
li {
7373
vertical-align: bottom;

skins/bootstrap_site_tabs_skin/style.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)