Skip to content

Commit 024c772

Browse files
Second Bug Fix
Second Bug Fix
1 parent bfc2b30 commit 024c772

1 file changed

Lines changed: 10 additions & 2 deletions

File tree

MerlinAU.asp

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
background:
3838
radial-gradient(circle at top left, rgba(70,145,180,0.18), transparent 35%),
3939
linear-gradient(145deg, #465156 0%, #313b40 100%) !important;
40-
padding: 12px !important;
40+
padding: 18px !important;
4141
}
4242
4343
/* Page title */
@@ -47,6 +47,14 @@
4747
text-shadow: 0 2px 8px rgba(0,0,0,0.45);
4848
}
4949
50+
.merlinDivider {
51+
height: 1px;
52+
margin: 10px 0;
53+
background: rgba(255,255,255,0.12);
54+
border-top: 1px solid rgba(0,0,0,0.35);
55+
box-sizing: border-box;
56+
}
57+
5058
/* Description area */
5159
.formfontdesc {
5260
background: rgba(255,255,255,0.06);
@@ -3082,7 +3090,7 @@ function initializeCollapsibleSections()
30823090
<td valign="top">
30833091
<div>&nbsp;</div>
30843092
<div class="formfonttitle" id="headerTitle" style="text-align:center;">MerlinAU</div>
3085-
<div style="margin:10px 0 10px 5px;" class="splitLine"></div>
3093+
<div class="merlinDivider"></div>
30863094
<div class="formfontdesc">This is the MerlinAU add-on integrated into the router WebUI
30873095
<span style="margin-left:8px;" id="WikiURL">[
30883096
<a style="font-weight:bolder; text-decoration:underline; cursor:pointer;"

0 commit comments

Comments
 (0)