From 2a8b9c7f93b2ab79ee316b9f40e88c07d8529f82 Mon Sep 17 00:00:00 2001 From: Pavol Rusnak Date: Mon, 3 Jun 2013 23:29:35 +0200 Subject: [PATCH] cosmetic changes --- doprava.haml | 2 +- style.css | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/doprava.haml b/doprava.haml index 4a98a10..029eda2 100644 --- a/doprava.haml +++ b/doprava.haml @@ -16,7 +16,7 @@ .content #imgdoprava - %img(src="data/doprava.png" width="100%") + %img(src="data/doprava.png" style="width: 100%; max-width: 1191px;") #doprava =File.read("data/doprava.html") diff --git a/style.css b/style.css index 298a81e..dd413e7 100644 --- a/style.css +++ b/style.css @@ -14,7 +14,6 @@ a { } ul#navbar { - height: 48px; background: #2c2c2c; background-image: -webkit-linear-gradient(top, #333333, #222222); list-style-type: none;