Просмотр исходного кода

Restyle blockquote. FIx #5

master
Adrian Short 5 лет назад
Родитель
Сommit
8692f1bca5
1 измененных файлов: 9 добавлений и 2 удалений
  1. +9
    -2
      static/css/main.css

+ 9
- 2
static/css/main.css Просмотреть файл

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

Загрузка…
Отмена
Сохранить