minor, css and page title

This commit is contained in:
sanj 2010-05-14 08:58:17 +05:30
parent 1057cac31d
commit edd3d86541
2 changed files with 3 additions and 3 deletions

View File

@ -319,7 +319,7 @@ a img
body {
background: #ABAE71;
background: -moz-linear-gradient(left top, #ABAE71, #CDD535, #fff);
background: -moz-linear-gradient(left top, #ABAE71, #CDD535, #F4F6C7);
background: -webkit-gradient(radial, 45px 45px 45deg, circle cover,
#ABAE71 0%, #CDD53F 100%, #E6F215 95%);
#ABAE71 0%, #CDD53F 100%, #F4F6C7 95%);
}

View File

@ -3,7 +3,7 @@
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<title>{{article.title}}</title>
<title>Edgwareroad.org {{article.title}}</title>
<link rel="stylesheet" type="text/css" href="/static/css/colorbox.css" />
<link rel="stylesheet" type="text/css" href="/static/css/jquery.tooltip.css" />
<link href="/static/css/articleDemo.css" rel="stylesheet" type="text/css" />