From: Joseph C. <tex...@us...> - 2005-08-26 06:33:43
|
Update of /cvsroot/popfile/engine/skins/tinygrey In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv17017/skins/tinygrey Modified Files: style.css Log Message: Some minor improvements. Index: style.css =================================================================== RCS file: /cvsroot/popfile/engine/skins/tinygrey/style.css,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** style.css 25 Aug 2005 08:41:42 -0000 1.4 --- style.css 26 Aug 2005 06:33:35 -0000 1.5 *************** *** 428,432 **** input { ! font-size: 67%; } --- 428,432 ---- input { ! font-size: 70%; } *************** *** 480,483 **** --- 480,487 ---- } + optgroup { + font-size: inherit; /* fix Moz 1.0 bug with % font sizes */ + } + /*********************************************************/ /* Shell structure */ *************** *** 583,587 **** background-color: #cccccc; border-bottom: 1px solid #666699; - } --- 587,590 ---- *************** *** 633,635 **** height: 1em; } - --- 636,637 ---- |