CVSROOT: /web/www Module name: www Changes by: Jason Self <jxself> 11/01/22 18:19:29
Modified files: . : layout.css Log message: Adding some CSS for Yavor's outdated translation stuff CVSWeb URLs: http://web.cvs.savannah.gnu.org/viewcvs/www/layout.css?cvsroot=www&r1=1.125&r2=1.126 Patches: Index: layout.css =================================================================== RCS file: /web/www/www/layout.css,v retrieving revision 1.125 retrieving revision 1.126 diff -u -b -r1.125 -r1.126 --- layout.css 20 Dec 2010 10:52:54 -0000 1.125 +++ layout.css 22 Jan 2011 18:19:20 -0000 1.126 @@ -33,6 +33,16 @@ a[href]:visited { color: purple } a[href]:active, a[href]:hover { color: red } +/* For outdated translations */ +#outdated { + width: 220px ; + margin-left: auto ; + margin-right: auto ; + padding:10px; + border:2px solid red; + background: #FFFFCC; +} + /* the urgent div should be enabled when we have something urgent to appear on every page - these typically come from johns, peterb or rms at the fsf */ @@ -344,7 +354,6 @@ #fsf-links li a:hover{ color: #0063DC; } #fsf-links div ul { padding: 0 20px } - #fsf-links ul li ul { padding: 0; } #fsf-links ul { padding: 0; margin: 0; margin-top: 0.5em }