pushing only
This commit is contained in:
parent
46668e7c3c
commit
3f6edfb760
|
@ -81,7 +81,7 @@ padding-top:4px;}
|
|||
|
||||
#entropyLink
|
||||
{text-decoration:none;
|
||||
}
|
||||
margin-top:-10px;}
|
||||
|
||||
.content
|
||||
{/*padding-bottom: 100px;*/
|
||||
|
@ -206,7 +206,7 @@ background: linear-gradient(top, #d19f9f 0%,#e5e5e5 100%);
|
|||
transform:scale(1.25);}*/
|
||||
|
||||
.firstLast
|
||||
{font-size:12px;
|
||||
{font-size:10px;
|
||||
padding-bottom:20px;
|
||||
padding-left: 4px;
|
||||
padding-right: 4px;
|
||||
|
@ -220,7 +220,6 @@ color:#999;
|
|||
-moz-box-shadow:2px 3px 4px #c6c0c0;
|
||||
-webkit-box-shadow:2px 3px 4px #c6c0c0;
|
||||
box-shadow:2px 3px 4px #c6c0c0;
|
||||
font-size:10px;
|
||||
font-weight:bold;}
|
||||
|
||||
.first, .next, .previous
|
||||
|
@ -230,7 +229,11 @@ font-weight:bold;}
|
|||
{float:right;}
|
||||
|
||||
.next, .previous
|
||||
{margin-left:90px;}
|
||||
{margin-left: 92px;
|
||||
font-weight: bold;
|
||||
font-size: 10px;
|
||||
color: #999;
|
||||
padding-top: 4px;}
|
||||
|
||||
.next:hover, .previous:hover
|
||||
{color:#036;}
|
||||
|
|
|
@ -53,8 +53,8 @@
|
|||
|
||||
<div class="firstLast">
|
||||
<div class="first">First </div>
|
||||
<div class="next"> Next </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