web: Revert to embedding the css

This commit is contained in:
Alexander Kojevnikov 2012-09-21 09:43:14 -07:00
parent ef95033426
commit 5856227251
2 changed files with 12 additions and 7 deletions

View File

@ -5,7 +5,18 @@
<title>Spek &ndash; Free Acoustic Spectrum Analyzer / Spectrogram Viewer</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<link rel="alternate" type="application/atom+xml" title="Spek Project News Feed" href="http://versia.com/category/spek/feed/atom/" />
<link rel="stylesheet" href="style.css" />
<style type="text/css">
body {font-family: sans-serif; font-size: 11pt; width: 760px; margin: 20px auto; padding: 0;}
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;}
</style>
</head>
<body>
<h1>Spek &ndash; Acoustic Spectrum Analyser<img src="spek.png" width="160" height="96" alt="Spek logo" style="float:right;"/></h1>

View File

@ -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;}