Ignore:
Timestamp:
02/29/12 16:32:21 (13 years ago)
Author:
cartis
Message:

klaar voor testing

File:
1 edited

Legend:

Unmodified
Added
Removed
  • Dev/branches/Cartis/Tiles preview/css/tile1.css

    r290 r296  
    254254.tile:hover {
    255255    background-color: #78abe2;
    256     background-image: linear-gradient(bottom, rgb(54,122,195) 44%, rgb(120,171,226) 72%);
    257     background-image: -o-linear-gradient(bottom, rgb(54,122,195) 44%, rgb(120,171,226) 72%);
    258     background-image: -moz-linear-gradient(bottom, rgb(54,122,195) 44%, rgb(120,171,226) 72%);
    259     background-image: -webkit-linear-gradient(bottom, rgb(54,122,195) 44%, rgb(120,171,226) 72%);
    260     background-image: -ms-linear-gradient(bottom, rgb(54,122,195) 44%, rgb(120,171,226) 72%);
     256    background-image: linear-gradient(bottom, rgb(54,122,195) 44%, rgb(99,159,222) 72%);
     257    background-image: -o-linear-gradient(bottom, rgb(54,122,195) 44%, rgb(99,159,222) 72%);
     258    background-image: -moz-linear-gradient(bottom, rgb(54,122,195) 44%, rgb(99,159,222) 72%);
     259    background-image: -webkit-linear-gradient(bottom, rgb(54,122,195) 44%, rgb(99,159,222) 72%);
     260    background-image: -ms-linear-gradient(bottom, rgb(54,122,195) 44%, rgb(99,159,222) 72%);
    261261
    262262    background-image: -webkit-gradient(
    263263        linear,
    264264        left bottom,
    265         left top,
     265        right top,
    266266        color-stop(0.44, rgb(54,122,195)),
    267         color-stop(0.72, rgb(120,171,226))
     267        color-stop(0.72, rgb(99,159,222))
    268268        );
    269269}
Note: See TracChangeset for help on using the changeset viewer.