text-align

This commit is contained in:
Karen 2011-08-31 19:28:39 +05:30
parent e739c416d3
commit e551fd5f6a

View File

@ -169,8 +169,7 @@ background: linear-gradient(top, #d19f9f 0%,#e5e5e5 100%);
transform:scale(1.25);}*/
.firstLast
{
font-size:12px;
{font-size:12px;
cursor:pointer;}
.first, .last
@ -184,6 +183,13 @@ box-shadow:2px 3px 4px #c6c0c0;
font-size:10px;
font-weight:bold;}
.first
{text-align:left;}
.last
{text-align:right;}
.first:hover, .last:hover
{-moz-box-shadow:2px 3px 4px #c6c0c0;
-webkit-box-shadow:2px 3px 4px #c6c0c0;