Explorar el Código

Restyle blockquote. FIx #5

master
Adrian Short hace 5 años
padre
commit
8692f1bca5
Se han modificado 1 ficheros con 9 adiciones y 2 borrados
  1. +9
    -2
      static/css/main.css

+ 9
- 2
static/css/main.css Ver fichero

@@ -261,6 +261,13 @@ header {
}

blockquote {
border-left: 2px solid #ddd;
padding-left: 25px;
margin: 0 0 0 20px;
padding: 0;
font-style: italic;
}

/*
https://css-tricks.com/blockquote-bulge/
http://www.andybudd.com/archives/2003/11/no_margin_for_error/
*/
/* blockquote p:last-child { margin-bottom: 0; } */

Cargando…
Cancelar
Guardar