an ode to jSonj
This commit is contained in:
parent
fcc604b8d9
commit
3806baa670
|
@ -255,7 +255,7 @@ font-weight:bold;}
|
|||
{float:left;}
|
||||
|
||||
.next
|
||||
{margin-right:60px;}
|
||||
{margin-left:20px;}
|
||||
|
||||
.first
|
||||
{margin-right:60px;}
|
||||
|
@ -270,6 +270,7 @@ font-size: 10px;
|
|||
color: #999;
|
||||
padding-top: 4px;}
|
||||
|
||||
|
||||
.next:hover, .previous:hover
|
||||
{color:#036;}
|
||||
|
||||
|
|
|
@ -38,7 +38,8 @@
|
|||
|
||||
<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="submit" name="searchButton" value="Search" id="searchButton">
|
||||
<input type="submit" name="searchButton" value="Search" id="searchButton">
|
||||
<a href="" id="jsonLink">Get Feed</a>
|
||||
<input type="hidden" value="1" id="page_no" name="page_no" />
|
||||
</form>
|
||||
|
||||
|
@ -62,7 +63,7 @@
|
|||
|
||||
<div class="firstLast">
|
||||
<div class="first">First </div>
|
||||
<div class="previous"> Previous </div>
|
||||
<div class="previous"> Previous </div>
|
||||
<div class="next"> Next </div>
|
||||
<div class="last"> Last</div>
|
||||
</div>
|
||||
|
|
Loading…
Reference in New Issue
Block a user