blah
This commit is contained in:
parent
3736ae9b86
commit
246392e29f
|
@ -74,7 +74,7 @@ border-radius:4px;}
|
||||||
#logoText
|
#logoText
|
||||||
{font-family:Garamond, "Trebuchet MS", Tahoma, Helvetica, Arial, 'DejaVu Sans', sans-serif;
|
{font-family:Garamond, "Trebuchet MS", Tahoma, Helvetica, Arial, 'DejaVu Sans', sans-serif;
|
||||||
font-weight:bold;
|
font-weight:bold;
|
||||||
font-size:18px;
|
font-size:16px;
|
||||||
text-transform:uppercase;
|
text-transform:uppercase;
|
||||||
color:#666;
|
color:#666;
|
||||||
padding-top:11px;}
|
padding-top:11px;}
|
||||||
|
@ -229,8 +229,11 @@ font-weight:bold;}
|
||||||
.last
|
.last
|
||||||
{float:right;}
|
{float:right;}
|
||||||
|
|
||||||
.next
|
.next, .previous
|
||||||
{margin-left:60px;}
|
{margin-left:90px;}
|
||||||
|
|
||||||
|
.next:hover, .previous:hover
|
||||||
|
{color:#036;}
|
||||||
|
|
||||||
.clear
|
.clear
|
||||||
{clear:both;}
|
{clear:both;}
|
||||||
|
|
|
@ -32,9 +32,10 @@
|
||||||
Welcome,<strong> admin.</strong><a href="/admin/password_change/"> Change password</a> /
|
Welcome,<strong> admin.</strong><a href="/admin/password_change/"> Change password</a> /
|
||||||
<a href="/admin/logout/">Log out</a>
|
<a href="/admin/logout/">Log out</a>
|
||||||
<p id="logoText">Digital Gazetteer Demo</p>
|
<p id="logoText">Digital Gazetteer Demo</p>
|
||||||
<p id="entropyLink"><a href="http://entropyfree.com">by Entropy Free LLC</a></p>
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
<p id="entropyLink"><a href="http://entropyfree.com">by Entropy Free LLC</a></p>
|
||||||
|
|
||||||
<form action="" method="get" class="searchForm" id="searchForm"><!--method is right???-->
|
<form action="" method="get" class="searchForm" id="searchForm"><!--method is right???-->
|
||||||
<input type="text" placeholder="Search digital gazetteer" id="searchField" name="field" class="search" />
|
<input type="text" placeholder="Search digital gazetteer" id="searchField" name="field" class="search" />
|
||||||
|
|
Loading…
Reference in New Issue
Block a user