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);}*/ transform:scale(1.25);}*/
.firstLast .firstLast
{ {font-size:12px;
font-size:12px;
cursor:pointer;} cursor:pointer;}
.first, .last .first, .last
@ -184,6 +183,13 @@ box-shadow:2px 3px 4px #c6c0c0;
font-size:10px; font-size:10px;
font-weight:bold;} font-weight:bold;}
.first
{text-align:left;}
.last
{text-align:right;}
.first:hover, .last:hover .first:hover, .last:hover
{-moz-box-shadow:2px 3px 4px #c6c0c0; {-moz-box-shadow:2px 3px 4px #c6c0c0;
-webkit-box-shadow:2px 3px 4px #c6c0c0; -webkit-box-shadow:2px 3px 4px #c6c0c0;