Skip to content

Commit

Permalink
change the body background color
Browse files Browse the repository at this point in the history
  • Loading branch information
jhs2jhs committed Jun 24, 2012
1 parent 2298c8b commit 8af90d8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions django/dataware/template/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@
<title>Dataware Catalog</title>
<meta http-equiv="Content-type" content="text/html; charset=utf-8" />
<style>
body {
background-color: #DDDDDD;
}
</style>
</head>
<body>
Expand Down

0 comments on commit 8af90d8

Please sign in to comment.