logo

blog

My little blog can’t be this cute! git clone https://hacktivis.me/git/blog.git
commit: fc1724b8ec44015fd7df227f84dbacf8fad90639
parent 0e73046f378aac6dbe3f98d5b076f6efc1d190e4
Author: lanodan <lanodan.delta@free.fr>
Date:   Wed,  7 Jan 2015 02:51:15 +0100

add #content

Diffstat:

Mcss/index.css2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/css/index.css b/css/index.css @@ -18,6 +18,8 @@ a:hover {text-decoration: underline;} article { border-radius: 0.5em; box-shadow: 0 0 0.5em 0; +} +article, #content { margin: 1.5em; padding: 0.5em; }