From: <var...@us...> - 2011-01-05 14:26:01
|
Revision: 7809 http://phpwiki.svn.sourceforge.net/phpwiki/?rev=7809&view=rev Author: vargenau Date: 2011-01-05 14:25:55 +0000 (Wed, 05 Jan 2011) Log Message: ----------- Cleanup Modified Paths: -------------- trunk/themes/MonoBook/main.css Modified: trunk/themes/MonoBook/main.css =================================================================== --- trunk/themes/MonoBook/main.css 2011-01-05 14:20:42 UTC (rev 7808) +++ trunk/themes/MonoBook/main.css 2011-01-05 14:25:55 UTC (rev 7809) @@ -405,10 +405,6 @@ position: relative; margin: 0 0 .5em .5em; border: 0; -/* - border: .5em solid white; - border-width: .5em 0 .8em 1.4em; -*/ } div.floatright p { font-style: italic; } div.floatleft, table.floatleft { @@ -416,11 +412,6 @@ position: relative; margin: 0 .5em .5em 0; border: 0; -/* - margin: .3em .5em .5em 0; - border: .5em solid white; - border-width: .5em 1.4em .8em 0; -*/ } div.floatleft p { font-style: italic; } /* thumbnails */ @@ -597,10 +588,6 @@ margin-top: 1ex; margin-bottom: 0.5ex; background: white; - /* Netscape 4 requires this 1px border. - Without it, the paper borders below cause - the white background to disappear. */ - border: 1px #ccc solid; color: black; border-top: 1px solid #494f5d; border-left: 1px solid #494f5d; @@ -611,31 +598,16 @@ padding-left: .125em; padding-right: .125em; padding: 0; - /* "paper" borders */ - /*border-top: 2px #d2d2d2 solid; - border-left: 2px #b2b2b2 solid; - border-bottom: 2px #e8e6df solid; - border-right: 2px #e8e6df solid;*/ -/* border-style: inset;*/ - /*This breaks Netscape 4: (display does not go full width). - * width: auto; - */ - /* I'm not sure what the intent of this was, but it's - * not valid CSS: */ - /* display: editarea; */ clear: both; } .diff .block { background: #ddd; padding-left: 1em; - /* for NS4 */ - /*border: none;*/ } /* individual blocks */ .diff .context { background: white; - /* for NS4 */ border: none; } /* entire difftextblock */ @@ -643,11 +615,6 @@ margin-top: 0; margin-bottom: 0; background: white; - /* Netscape 4 requires this 1px border. - Without it, the paper borders below cause - the white background to disappear. */ - border: 1px black solid; - /* "paper" borders */ border-top: 1px #e8e6df solid; border-left: 1px #e8e6df solid; border-bottom: 1px #d2d2d2 solid; @@ -656,9 +623,6 @@ padding-right: 0em; padding-top: 0ex; padding-bottom: 0ex; - /*This breaks Netscape 4: (display does not go full width). - * width: auto; - */ clear: both; } /* + - line prefix */ @@ -666,7 +630,6 @@ font-weight: normal; font-family: monospace; color: black; - /* for NS4 */ margin-left: 0; border: none; } @@ -684,17 +647,14 @@ /* blocks containing deleted words */ .diff .original, .diff .deleted { background: #fcc; - /* for NS4 */ border: none; } /* blocks containing added words */ .diff .final, .diff .added { background: #cfc; - /* for NS4 */ border: none; } -/* These don't work in NS4 -- it completely ignores <del> and <ins>. */ /* deleted words */ .diff del { background: #f99; } /* added words */ @@ -1943,7 +1903,8 @@ padding: 0.2em; } -/* IncludePage plugin */ +/* IncludePage plugin ================================================= */ + .transclusion-title { text-align: right; font-style: oblique; This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |