Browse Source

Fix default theme style

Fix default theme style
pull/9/head
Danang Probo Sayekti 12 years ago
parent
commit
7d27b76cb1
4 changed files with 4 additions and 3 deletions
  1. +1
    -1
      themes/default/404-search.html.php
  2. +1
    -1
      themes/default/404.html.php
  3. +1
    -0
      themes/default/css/style.css
  4. +1
    -1
      themes/default/layout.html.php

+ 1
- 1
themes/default/404-search.html.php View File

@ -8,7 +8,7 @@
<title>Search results not found! - <?php echo config('blog.title') ?></title> <title>Search results not found! - <?php echo config('blog.title') ?></title>
<link href="<?php echo site_url() ?>themes/default/css/style.css" rel="stylesheet" /> <link href="<?php echo site_url() ?>themes/default/css/style.css" rel="stylesheet" />
<!-- Include the Open Sans font --> <!-- Include the Open Sans font -->
<link rel="stylesheet" type="text/css" href="http://fonts.googleapis.com/css?family=Droid+Serif:400,700,400italic|Open+Sans:700,400"/>
<link href='http://fonts.googleapis.com/css?family=Open+Sans:400,700' rel='stylesheet' type='text/css'>
</head> </head>
<body> <body>
<div class="center message"> <div class="center message">


+ 1
- 1
themes/default/404.html.php View File

@ -8,7 +8,7 @@
<title>404 Not Found - <?php echo config('blog.title') ?></title> <title>404 Not Found - <?php echo config('blog.title') ?></title>
<link href="<?php echo site_url() ?>themes/default/css/style.css" rel="stylesheet" /> <link href="<?php echo site_url() ?>themes/default/css/style.css" rel="stylesheet" />
<!-- Include the Open Sans font --> <!-- Include the Open Sans font -->
<link rel="stylesheet" type="text/css" href="http://fonts.googleapis.com/css?family=Droid+Serif:400,700,400italic|Open+Sans:700,400"/>
<link href='http://fonts.googleapis.com/css?family=Open+Sans:400,700' rel='stylesheet' type='text/css'>
</head> </head>
<body> <body>
<div class="center message"> <div class="center message">


+ 1
- 0
themes/default/css/style.css View File

@ -589,6 +589,7 @@ h1.title-post a:hover, h2.title-index a:hover {
#search-form { #search-form {
float:none; float:none;
padding: 10px 0;
} }
.author-info { .author-info {


+ 1
- 1
themes/default/layout.html.php View File

@ -10,7 +10,7 @@
<link rel="canonical" href="<?php echo $canonical; ?>" /> <link rel="canonical" href="<?php echo $canonical; ?>" />
<link rel="alternate" type="application/rss+xml" title="<?php echo config('blog.title')?> Feed" href="<?php echo site_url()?>feed/rss" /> <link rel="alternate" type="application/rss+xml" title="<?php echo config('blog.title')?> Feed" href="<?php echo site_url()?>feed/rss" />
<link href="<?php echo site_url() ?>themes/default/css/style.css" rel="stylesheet" /> <link href="<?php echo site_url() ?>themes/default/css/style.css" rel="stylesheet" />
<link rel="stylesheet" type="text/css" href="http://fonts.googleapis.com/css?family=Droid+Serif:400,700,400italic|Open+Sans:700,400"/>
<link href='http://fonts.googleapis.com/css?family=Open+Sans:400,700' rel='stylesheet' type='text/css'>
<?php if (publisher() == true):?><link href="<?php echo publisher() ?>" rel="publisher" /><?php endif;?> <?php if (publisher() == true):?><link href="<?php echo publisher() ?>" rel="publisher" /><?php endif;?>
<!--[if lt IE 9]> <!--[if lt IE 9]>
<script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script> <script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>


Loading…
Cancel
Save