merged
This commit is contained in:
commit
1072eb00fd
|
@ -90,8 +90,9 @@ height:68%;
|
||||||
|
|
||||||
.nav
|
.nav
|
||||||
{height:4%;
|
{height:4%;
|
||||||
width:100%;
|
width:98%;
|
||||||
margin-bottom:2%;}
|
margin-bottom:2%;
|
||||||
|
margin:0 auto;}
|
||||||
|
|
||||||
.nav ul
|
.nav ul
|
||||||
{padding-top: 4px;
|
{padding-top: 4px;
|
||||||
|
@ -113,7 +114,7 @@ cursor:pointer;}
|
||||||
color:#FFF;}
|
color:#FFF;}
|
||||||
|
|
||||||
.nav ul li a:hover
|
.nav ul li a:hover
|
||||||
{color:#5B80B2;}
|
{color:#036;}
|
||||||
|
|
||||||
|
|
||||||
.mapListSection
|
.mapListSection
|
||||||
|
@ -257,8 +258,12 @@ font-weight:bold;}
|
||||||
.last
|
.last
|
||||||
{float:right;}
|
{float:right;}
|
||||||
|
|
||||||
|
.prevNext
|
||||||
|
{width:150px;
|
||||||
|
margin:0 auto;}}
|
||||||
|
|
||||||
.next, .previous
|
.next, .previous
|
||||||
{margin-left: 92px;
|
{/*margin-left: 92px;*/
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
font-size: 10px;
|
font-size: 10px;
|
||||||
color: #999;
|
color: #999;
|
||||||
|
|
|
@ -62,8 +62,10 @@
|
||||||
|
|
||||||
<div class="firstLast">
|
<div class="firstLast">
|
||||||
<div class="first">First </div>
|
<div class="first">First </div>
|
||||||
|
<div class="prevNext">
|
||||||
<div class="previous"> Previous </div>
|
<div class="previous"> Previous </div>
|
||||||
<div class="next"> Next </div>
|
<div class="next"> Next </div>
|
||||||
|
</div>
|
||||||
<div class="last"> Last</div>
|
<div class="last"> Last</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user