From b59d045de2cb4c0f8d4b98a08f7d1497c4f9d334 Mon Sep 17 00:00:00 2001 From: dignajar Date: Tue, 31 May 2016 22:20:27 -0300 Subject: [PATCH] Lot theme updates --- bl-content/README.md | 3 +++ bl-themes/log/assets/css/bludit.css | 25 ++++++++++++++++++++++++- 2 files changed, 27 insertions(+), 1 deletion(-) create mode 100644 bl-content/README.md diff --git a/bl-content/README.md b/bl-content/README.md new file mode 100644 index 00000000..76dfe569 --- /dev/null +++ b/bl-content/README.md @@ -0,0 +1,3 @@ +# varlogdiego + +tes diff --git a/bl-themes/log/assets/css/bludit.css b/bl-themes/log/assets/css/bludit.css index 22fcb97a..6d836205 100644 --- a/bl-themes/log/assets/css/bludit.css +++ b/bl-themes/log/assets/css/bludit.css @@ -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 {