From 2d269eb8209980ef32000f00c42a1a8b0d6ac258 Mon Sep 17 00:00:00 2001 From: Adrien Date: Sat, 31 Jul 2010 22:19:04 -0700 Subject: [PATCH] polish --- Rakefile | 6 ++++++ index.html | 9 ++------- style.css | 3 +++ 3 files changed, 11 insertions(+), 7 deletions(-) diff --git a/Rakefile b/Rakefile index 7aadef0..07ae1b0 100644 --- a/Rakefile +++ b/Rakefile @@ -13,6 +13,12 @@ class LineCommands compressor.compress(file.read) end + def include(line, path) + puts " - INCLUDE #{path}" + file = File.new(path) + file.read + end + def inline(line,a) return line unless path = line[/(link rel="stylesheet"|script).*(href|src)="([^"]+)"/i,3] case extract_suffix(path) diff --git a/index.html b/index.html index fd49714..2658d8b 100644 --- a/index.html +++ b/index.html @@ -15,7 +15,7 @@ - + @@ -55,12 +55,7 @@

Hi, I'm Adrien, maker of browser stuffs.

- + diff --git a/style.css b/style.css index c92a653..367c786 100644 --- a/style.css +++ b/style.css @@ -8,6 +8,9 @@ body { } .adsense { text-align:center; + background-color:white; + border:1px inset gray; + margin:0 5px; } strong { font-weight:bold;