From 5856227251641551e1087099c9e2f1046fb5e54a Mon Sep 17 00:00:00 2001 From: Alexander Kojevnikov Date: Fri, 21 Sep 2012 09:43:14 -0700 Subject: [PATCH] web: Revert to embedding the css --- web/index.html | 13 ++++++++++++- web/style.css | 6 ------ 2 files changed, 12 insertions(+), 7 deletions(-) diff --git a/web/index.html b/web/index.html index 2f1944b..3430ae4 100644 --- a/web/index.html +++ b/web/index.html @@ -5,7 +5,18 @@ Spek – Free Acoustic Spectrum Analyzer / Spectrogram Viewer - +

Spek – Acoustic Spectrum AnalyserSpek logo

diff --git a/web/style.css b/web/style.css index 28d1008..61025e8 100644 --- a/web/style.css +++ b/web/style.css @@ -2,9 +2,3 @@ body {font-family: sans-serif; font-size: 11pt; width: 760px; margin: 20px auto; h1, h2 {font-weight: bold;} h1 {font-size: 16pt;} h2 {font-size: 12pt;} -img {border-style: none; outline: none;} -#screenshots {width: 100%;} -#screenshots td {width: 33%;} -#download {width: 100%;} -.dld_col {width: 33%; font-size: smaller;} -.dld_link {vertical-align: top; padding-left: 0.5em; line-height: 1.4;}