Browse Source

Restyle blockquote. FIx #5

master
Adrian Short 5 years ago
parent
commit
8692f1bca5
1 changed files with 9 additions and 2 deletions
  1. +9
    -2
      static/css/main.css

+ 9
- 2
static/css/main.css View File

@@ -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; } */

Loading…
Cancel
Save