main.scss: irclog id

This commit is contained in:
Aminda Suomalainen 2015-10-09 13:59:45 +03:00
parent 8daef4e224
commit 21b80ba50d
1 changed files with 11 additions and 0 deletions

View File

@ -52,6 +52,7 @@ $on-laptop: 800px;
"syntax-highlighting"
;
// This is used in the index
#gravatar {
margin-left: auto;
margin-right: auto;
@ -59,8 +60,18 @@ $on-laptop: 800px;
border: 1px solid black;
}
// This is the short bio in the index and all my profiles
#bio {
text-align: center;
//font-weight: bold;
font-style: italic;
}
// IRC logs should be formatted with this
#irclog {
white-space: pre-wrap;
font-size: 15px;
border: 1px solid $grey-color-light;
border-radius: 3px;
background-color: #eef;
}