Skip to content

Commit f1ef02d

Browse files
Style <hr> in AWS
1 parent 5ec9f21 commit f1ef02d

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

cms/server/admin/static/aws_style.css

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,12 @@ a, a:visited {
6464
color: #426DC9;
6565
}
6666

67+
hr {
68+
height: 0;
69+
border: none;
70+
border-top: 1px dashed grey;
71+
}
72+
6773
.hr {
6874
text-align: center;
6975
color: #53637D;

0 commit comments

Comments
 (0)