forked from boyska/sito-hackit-17
commenti css
This commit is contained in:
parent
16fa06f26d
commit
e2be34fb79
1 changed files with 7 additions and 1 deletions
|
@ -76,6 +76,8 @@ h1, h2, h3, h4, strong, tt {
|
|||
font-size: 21px;
|
||||
}
|
||||
|
||||
/* HOME {{{ */
|
||||
|
||||
.body-index blockquote {
|
||||
border: 1px solid #383838;
|
||||
background-color: #272626;
|
||||
|
@ -89,8 +91,10 @@ h1, h2, h3, h4, strong, tt {
|
|||
font-size: 24px;
|
||||
}
|
||||
|
||||
/* END HOME }}} */
|
||||
|
||||
/* TALK */
|
||||
|
||||
/* TALK {{{ */
|
||||
|
||||
|
||||
.talk-grid {
|
||||
|
@ -134,3 +138,5 @@ td.talk > a {
|
|||
}
|
||||
|
||||
.talk-title a { font-size: 50%; }
|
||||
|
||||
/* END TALK }}} */
|
||||
|
|
Loading…
Reference in a new issue