Skip to content

Commit 6343539

Browse files
committed
Merge branch 'next' of https://github.com/WebGoat/WebGoat into next
2 parents 624c283 + 24f937f commit 6343539

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

src/main/webapp/css/main.css

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -229,8 +229,11 @@ img {
229229
background-color: #16a086;
230230
}
231231

232-
.sidebar > div > ul > li > ul > li > span {
233-
float:left; margin-left:1.5em;
232+
.sidebar > div > ul > li > ul > li > span.lessonComplete {
233+
float: right;
234+
margin-left: 1.5em;
235+
margin-right: 5px;
236+
margin-top: -25px;
234237
}
235238

236239
/* ==========================================================================

0 commit comments

Comments
 (0)