diff --git a/src/styles.css b/src/styles.css index a27c75e..ccbdc61 100644 --- a/src/styles.css +++ b/src/styles.css @@ -9,7 +9,7 @@ .clean { clear:both;} body { - position: relative; + position: relative; background-color: #EBEBFA; } @@ -29,7 +29,7 @@ label:hover{ /********** * * * Header * - * * + * * **********/ header { @@ -69,7 +69,7 @@ header { display:none; } -/*********** +/*********** * * * Sidebar * * * @@ -77,7 +77,7 @@ header { #bar { position: fixed; top: 0px; right: -300px; bottom: 0px; - width: 300px; margin: 0px; padding: 0px; overflow-x: hidden; + width: 300px; margin: 0px; padding: 0px; overflow-x: hidden; background-color: #202020; z-index: 2; transition: right 0.5s ease; @@ -137,7 +137,7 @@ header { } #posts li { - padding: 10px; + padding: 10px 0px; font-weight: normal; } @@ -193,7 +193,7 @@ header { } #info #cw { - font: 0.9em "Lucida Sans Unicode", "Lucida Grande", sans-serif; + font: 0.9em "Lucida Sans Unicode", "Lucida Grande", sans-serif; letter-spacing: 0.4em; color: grey; }