Author: duffy Update of /cvs/fedora/web/static In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv32638 Modified Files: style.css Log Message: making sure screenshots don't have border now that they are links Index: style.css =================================================================== RCS file: /cvs/fedora/web/static/style.css,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- style.css 24 May 2007 11:48:52 -0000 1.12 +++ style.css 27 May 2007 04:43:37 -0000 1.13 @@ -297,3 +297,8 @@ { display: inline; } + +#screenshot-banner img +{ + border: 0px; +}