Skip to content

Commit 8748924

Browse files
committed
Fix bottom border of active tabs (#71)
Signed-off-by: Daniell Mesquita <[email protected]>
1 parent 3431212 commit 8748924

File tree

2 files changed

+7
-8
lines changed

2 files changed

+7
-8
lines changed

content.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -121,8 +121,8 @@
121121
"size": 1696
122122
},
123123
"css/page-common.css": {
124-
"sha512": "c07c6f3f54d330127ff48807dd98ebb7d2e91f6c672357022322f178374a5410",
125-
"size": 11597
124+
"sha512": "891a66bb8ecafaa510af0a5479abc0aa2cb9dab1cfe25387c6ba5c7f91cabe9e",
125+
"size": 11611
126126
},
127127
"css/page-custom.css": {
128128
"sha512": "cf83e1357eefb8bdf1542850d66d8007d620e4050b5715dc83f4a921d36ce9ce",
@@ -133,8 +133,8 @@
133133
"size": 90
134134
},
135135
"elements.html": {
136-
"sha512": "8bffd1ca96ab2de481181b952d7c974988d39cafdb787cf957a481cdd14679aa",
137-
"size": 49437
136+
"sha512": "9a5930848b98f70d40af676c0142a851a4626c998af7f4af05ae297f4c1338a5",
137+
"size": 45765
138138
},
139139
"icon-default.png": {
140140
"sha512": "74369e9c113f9535d511e8f800955f1c9204fabe6b91ece8a0cd47dc3d01bdf0",
@@ -547,11 +547,11 @@
547547
},
548548
"ignore": "(^.git)",
549549
"inner_path": "content.json",
550-
"modified": 1541950922,
550+
"modified": 1541952518,
551551
"postmessage_nonce_security": true,
552552
"signers_sign": "GxPcc7gTaIO5FSW0SpB7qerY9S/GUhbzfpFhwN4+XFtcGjd0U9gPPLi0Tm9ddT01FEG1lt/49XGoGPIxz2o81qs=",
553553
"signs": {
554-
"1Fmwk685eaX7GjoQ7JKo3QvywizGfnYRCB": "GwQ6I8MjfBXqqc7UTh5j+jR+4qU1pBh1NrvH7kJUhzepURqZzWMXC2cgBu1yghfRSCsZ/UTbLtEccR5HE8LiWEc="
554+
"1Fmwk685eaX7GjoQ7JKo3QvywizGfnYRCB": "GyR9GcsMa3RbTKivpRAZPqVLNhMiFL0KxIqLMHTENIb5LmbPS5uxmxBs8FGUa8CKbO0QvVBfPKh1KTE2RojZTIg="
555555
},
556556
"signs_required": 1,
557557
"title": "Framework.js",

css/page-common.css

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -161,11 +161,10 @@ ul.tiled.longcard li{width: 315px;height: 70px;}
161161
ul.tiled.longcard li div{width:315px;height:70px;opacity:0.5;position: relative;top: 0px}ul.tiled.longcard li div:hover{opacity:1}
162162

163163
.nav-tabs-scrollable{box-shadow:inset 0 -2px 0 -1px #00A185!important}
164+
.nav-tabs .nav-link{padding:0.750rem .75rem!important}
164165
.nav-tabs .nav-link.active{color:#00A185!important;font-weight:bold!important}
165166
.nav-tabs .nav-link::before{background-color:#00A185!important;height: .250rem!important}
166167

167-
.tab-content{clear:both;display:block}
168-
169168
header nav {
170169
position: absolute;
171170
right: 0;

0 commit comments

Comments
 (0)