Import main stylesheet from the .css.

This commit is contained in:
Jordà Polo 2008-02-29 20:00:25 +00:00
parent 989b988344
commit 530ba011e9
2 changed files with 3 additions and 4 deletions

View File

@ -1,3 +1,5 @@
@import url(http://www.wesnoth.org/mw/skins/glamdrol/main.css);
#header {
background: url(http://www.wesnoth.org/mw/skins/glamdrol/headerbg_large.jpg) top repeat-x;
}

View File

@ -1,11 +1,8 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" dir="ltr">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
<head>
<meta http-equiv="content-type" content="text/xhtml; charset=utf-8"/>
<style type="text/css">
@import url('styles/main.css');
</style>
<link href="styles/intl.css" type="text/css" title="Default" rel="stylesheet"/>
<link rel="shortcut icon" type="image/png"
href="http://www.wesnoth.org/mw/skins/glamdrol/ico.png"/>