Skip to content

Commit ed1ae77

Browse files
committed
Update style for top Ad
1 parent ef7532b commit ed1ae77

File tree

2 files changed

+9
-6
lines changed

2 files changed

+9
-6
lines changed

_static/css/extra.css

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -655,12 +655,16 @@ fieldset[disabled] .navbar-inverse .btn-link:focus {
655655
/* TOP text banner */
656656

657657
.top-text-banner {
658+
padding: 1rem 1rem;
659+
margin-bottom: 1.5rem;
660+
border: 1px solid #b6d4fe;
661+
border-radius: .25rem;
662+
color: #084298;
663+
background-color: #cfe2ff;
658664
text-align: center;
659-
padding-bottom: 20px;
660665
}
661666

662-
.top-text-banner hr {
663-
margin-left: -100px;
664-
margin-right: -100px;
665-
border: 5px solid #efefef;
667+
.top-text-banner a {
668+
color: #0d6efd;
669+
border-bottom: 1px solid #0d6efd;
666670
}

_templates/layout.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,6 @@
4343
document.write ("'><\/scr"+"ipt>");
4444
//]]>--></script>
4545
</span>
46-
<hr />
4746
</div>
4847

4948
{{ super() }}

0 commit comments

Comments
 (0)