diff options
author | Nicolas Vigier <boklm@mageia.org> | 2012-12-10 17:07:52 +0000 |
---|---|---|
committer | Nicolas Vigier <boklm@mageia.org> | 2012-12-10 17:07:52 +0000 |
commit | 84b40601f64fd3aaa9668b184c2725fc1a670263 (patch) | |
tree | f3eea766e16fafa0ef4662a9553f3ba909d3afe6 | |
parent | 7495b1da37ee7dd1a27361bd8bf0fe1ad77f0014 (diff) | |
download | pkgsubmit-84b40601f64fd3aaa9668b184c2725fc1a670263.tar pkgsubmit-84b40601f64fd3aaa9668b184c2725fc1a670263.tar.gz pkgsubmit-84b40601f64fd3aaa9668b184c2725fc1a670263.tar.bz2 pkgsubmit-84b40601f64fd3aaa9668b184c2725fc1a670263.tar.xz pkgsubmit-84b40601f64fd3aaa9668b184c2725fc1a670263.zip |
Move style.css to themes/mageia/style.css
Start moving all mageia specific parts to themes directory.
-rw-r--r-- | index.php | 2 | ||||
-rw-r--r-- | themes/mageia/style.css (renamed from style.css) | 0 |
2 files changed, 1 insertions, 1 deletions
@@ -78,7 +78,7 @@ publish_stats_headers( <link rel="home" href="<?php echo $g_root_url; ?>"> <link rel="author" href="http://www.mageia.org/"> <link rel="icon" type="image/png" href="favicon.png"> - <link rel="stylesheet" href="style.css"> + <link rel="stylesheet" href="themes/mageia/style.css"> <meta name="viewport" content="width=900,initial-scale=1,user-scalable=yes"> </head> <body class="contribute"> diff --git a/style.css b/themes/mageia/style.css index 5be755d..5be755d 100644 --- a/style.css +++ b/themes/mageia/style.css |