Changeset 1822

Show
Ignore:
Timestamp:
01/26/2008 07:06:16 AM (12 months ago)
Author:
Geert
Message:

Added download icon to website.
The icon is based on one from those: http://garcya.us/blog/90-free-vector-icons-set/

Location:
branches/website/application/views/media
Files:
1 added
1 modified

Legend:

Unmodified
Added
Removed
  • branches/website/application/views/media/css/web.css

    r1714 r1822  
    6666 
    6767#download { margin-bottom: 2em; border: solid 0.3em #76b714; } 
    68         #download a { display: block; padding: 2em 1em; padding-right: 90px; background: #93c924; border: solid 0.1em #63a80d; text-transform: uppercase; font-size: 0.8em; color: #efefef; } 
    69         #download a:hover { background: #a2d135; } 
     68        #download a { display: block; padding: 2em; padding-right: 90px; background: #93c924 url(../img/download.png) no-repeat 160px 50%; border: solid 0.1em #63a80d; text-transform: uppercase; font-size: 0.8em; color: #efefef; } 
     69        #download a:hover { background-color: #a2d135; } 
    7070                #download a strong, 
    7171                #download a span { display: block; font-size: 2em; font-weight: bold; }