Browse Source

Set menu font

pull/1/head
falkTX 10 years ago
parent
commit
557b504cd7
2 changed files with 2 additions and 1 deletions
  1. +1
    -1
      css/base.css
  2. +1
    -0
      includes/header.php

+ 1
- 1
css/base.css View File

@@ -74,7 +74,7 @@ blockquote{border-left:5px solid #690;color:#ddd;padding:10px;}
#content h1, #content h2, #content h3, #content h4, #content h5, #content h6{}
#header{font-size:0.8em;font-weight:bold;margin:0 0 25px;border-bottom:1px solid #222222;}
#header, #global-navigation li.selected{background: url('../images/gradient-dark-nav_mod.png') repeat-x scroll bottom left;} /* background:#666 */
#header, #global-navigation li{height:30px;}
#header, #global-navigation li{height:30px;font-family:"Raleway",sans-serif;}
#header-content{}
#header ul#global-navigation{list-style:none inside;width:700px;float:left;}
#header ul#global-navigation, #global-navigation li{border-color:#222222;border-style:solid;margin:0;}


+ 1
- 0
includes/header.php View File

@@ -27,6 +27,7 @@ else
<link rel="copyright" href="http://creativecommons.org/licenses/publicdomain/" />
<link rel="stylesheet" href="<?php echo $ROOT; ?>/css/style.fluid.css" type="text/css" media="screen" />
<link rel="stylesheet" href="<?php echo $ROOT; ?>/css/style.css" type="text/css" media="screen" />
<link rel="stylesheet" href="http://fonts.googleapis.com/css?family=Raleway:200,700,800,400" type="text/css" media="screen" />
<link rel="icon" type="image/png" href="<?php echo $ROOT; ?>/images/ico_kxstudio.png" />
<link rel="shortcut icon" href="<?php echo $ROOT; ?>/favicon.ico" />
<?php if ($PAGE_TYPE == "HOME") { ?>


Loading…
Cancel
Save