Ver código fonte

Badge styling for all CSS

* Add post_id margin to allow non-badge posts to look OK
* Remove undeeded .badge_icon width as our nadges are bigger than OT
test
Tomochin 4 anos atrás
pai
commit
d5b9bf5fed
1 arquivos alterados com 5 adições e 0 exclusões
  1. +5
    -0
      static/styles/beluga/style.css

+ 5
- 0
static/styles/beluga/style.css Ver arquivo

@@ -1971,6 +1971,11 @@ a.last_read > svg {
margin: 3px 6px;
}

.post_id {
font-weight: normal;
margin-bottom: 12px; /* Hack to allow forum thread head column to look OK even if user has no displayed badges */
}

.forum_index h3, .forum_list h3 {
margin-top: 24px;
}


Carregando…
Cancelar
Salvar