Commit e6e089959db963560c2be322b8fbce6367b36483
1 parent
791687a2
Exists in
master
and in
10 other branches
Removed bullets in list calendar.
Showing
1 changed file
with
2 additions
and
2 deletions
Show diff stats
sass/_proposal_detail.scss
... | ... | @@ -404,7 +404,7 @@ |
404 | 404 | min-height: $container-height; |
405 | 405 | position: relative; |
406 | 406 | text-align: center; |
407 | - .talk-proposal{ | |
407 | + .talk-proposal { | |
408 | 408 | border: 1px solid $color; |
409 | 409 | height: $container-height; |
410 | 410 | min-height: $container-height; |
... | ... | @@ -434,7 +434,7 @@ |
434 | 434 | width: 80%; |
435 | 435 | display: block; |
436 | 436 | margin: 0 auto; |
437 | - | |
437 | + list-style: none; | |
438 | 438 | li { |
439 | 439 | width: 100%; |
440 | 440 | margin: 0; | ... | ... |