rgba breaks whole def

This commit is contained in:
Jacob Thornton 2011-08-21 12:42:43 -07:00
parent 7e67ddf788
commit 8ec7566f8b
3 changed files with 6 additions and 4 deletions

View file

@ -456,7 +456,8 @@ div.pagination {
ul {
float: left;
margin: 0;
border: 1px solid rgba(0,0,0,.15);
border: 1px solid;
border-right-color: rgba(0,0,0,.15);
border-left-color: #ddd;
border-top-color: #ddd;
border-bottom-color: #ddd;