New navigation buttons (GIMP-powered).
h3rald h3rald@h3rald.com
Wed, 02 Sep 2009 17:30:50 +0200
10 files changed,
8 insertions(+),
8 deletions(-)
jump to
M
resources/css/elements.css
→
resources/css/elements.css
@@ -48,8 +48,8 @@ }
#nav-about { - width: 119px; - height: 62px; + width: 115px; + height: 52px; display: block; background: url(../images/theme/buttons/about.png); }@@ -61,8 +61,8 @@ }
#nav-other { - width: 133px; - height: 62px; + width: 130px; + height: 52px; display: block; background: url(../images/theme/buttons/other.png); }@@ -74,8 +74,8 @@ }
#nav-projects { - width: 155px; - height: 62px; + width: 127px; + height: 52px; display: block; background: url(../images/theme/buttons/projects.png); }@@ -87,8 +87,8 @@ }
#nav-archives { - width: 157px; - height: 62px; + width: 155px; + height: 52px; display: block; background: url(../images/theme/buttons/archives.png); }