Lot theme updates

This commit is contained in:
dignajar 2016-05-31 22:20:27 -03:00
parent d36205017f
commit b59d045de2
2 changed files with 27 additions and 1 deletions

3
bl-content/README.md Normal file
View File

@ -0,0 +1,3 @@
# varlogdiego
tes

View File

@ -14,6 +14,8 @@ a:hover {
h1, h2, h3, h4, h5, h6 {
text-transform: none;
letter-spacing: 0;
font-weight: normal;
margin-bottom: 0.8em;
}
h1 {
@ -40,6 +42,27 @@ h6 {
font-size: 1em;
}
p {
margin-bottom: 1.3em;
}
code {
border: 0;
color: #333;
margin: 0;
font-weight: bold;
}
pre code {
border: 1px solid #ffcb94;
font-weight: normal !important;
overflow-x: auto;
}
#main {
max-width: 980px;
}
#header {
background-color: #f7f7f7;
border-bottom: 0;
@ -123,7 +146,7 @@ header p {
}
blockquote p {
margin: 10px;
margin: 10px 0;
}
.author .name {