From: <var...@us...> - 2011-09-09 14:40:45
|
Revision: 8101 http://phpwiki.svn.sourceforge.net/phpwiki/?rev=8101&view=rev Author: vargenau Date: 2011-09-09 14:40:34 +0000 (Fri, 09 Sep 2011) Log Message: ----------- New CSS class: fullwidth Modified Paths: -------------- trunk/themes/Crao/crao.css trunk/themes/Hawaiian/Hawaiian.css trunk/themes/MacOSX/MacOSX.css trunk/themes/MonoBook/main.css trunk/themes/Portland/portland.css trunk/themes/Sidebar/sidebar.css trunk/themes/SpaceWiki/SpaceWiki.css trunk/themes/blog/Kubrick.css trunk/themes/default/phpwiki.css trunk/themes/shamino_com/shamino_com.css Modified: trunk/themes/Crao/crao.css =================================================================== --- trunk/themes/Crao/crao.css 2011-09-09 14:30:51 UTC (rev 8100) +++ trunk/themes/Crao/crao.css 2011-09-09 14:40:34 UTC (rev 8101) @@ -62,6 +62,7 @@ margin-bottom: 1em; } +.fullwidth { width: 100%; } /* ****************************** Modified: trunk/themes/Hawaiian/Hawaiian.css =================================================================== --- trunk/themes/Hawaiian/Hawaiian.css 2011-09-09 14:30:51 UTC (rev 8100) +++ trunk/themes/Hawaiian/Hawaiian.css 2011-09-09 14:40:34 UTC (rev 8101) @@ -33,6 +33,7 @@ width: 100%; } +.fullwidth { width: 100%; } /** * Wiki Modified: trunk/themes/MacOSX/MacOSX.css =================================================================== --- trunk/themes/MacOSX/MacOSX.css 2011-09-09 14:30:51 UTC (rev 8100) +++ trunk/themes/MacOSX/MacOSX.css 2011-09-09 14:40:34 UTC (rev 8101) @@ -59,6 +59,8 @@ margin-right: 0.5em; } +.fullwidth { width: 100%; } + /** * Wiki */ Modified: trunk/themes/MonoBook/main.css =================================================================== --- trunk/themes/MonoBook/main.css 2011-09-09 14:30:51 UTC (rev 8100) +++ trunk/themes/MonoBook/main.css 2011-09-09 14:40:34 UTC (rev 8101) @@ -219,6 +219,8 @@ line-height: 1.1em; } +.fullwidth { width: 100%; } + /* ** the main content area */ Modified: trunk/themes/Portland/portland.css =================================================================== --- trunk/themes/Portland/portland.css 2011-09-09 14:30:51 UTC (rev 8100) +++ trunk/themes/Portland/portland.css 2011-09-09 14:40:34 UTC (rev 8101) @@ -27,6 +27,8 @@ clear: both; } +.fullwidth { width: 100%; } + /* * "DL tables" */ Modified: trunk/themes/Sidebar/sidebar.css =================================================================== --- trunk/themes/Sidebar/sidebar.css 2011-09-09 14:30:51 UTC (rev 8100) +++ trunk/themes/Sidebar/sidebar.css 2011-09-09 14:40:34 UTC (rev 8101) @@ -211,6 +211,8 @@ line-height: 1.1em; } +.fullwidth { width: 100%; } + /* ** the main content area */ Modified: trunk/themes/SpaceWiki/SpaceWiki.css =================================================================== --- trunk/themes/SpaceWiki/SpaceWiki.css 2011-09-09 14:30:51 UTC (rev 8100) +++ trunk/themes/SpaceWiki/SpaceWiki.css 2011-09-09 14:40:34 UTC (rev 8101) @@ -48,6 +48,7 @@ a { color: #0053db; } a:hover { color: #5791ff; } +.fullwidth { width: 100%; } /** * Wiki Modified: trunk/themes/blog/Kubrick.css =================================================================== --- trunk/themes/blog/Kubrick.css 2011-09-09 14:30:51 UTC (rev 8100) +++ trunk/themes/blog/Kubrick.css 2011-09-09 14:40:34 UTC (rev 8101) @@ -244,6 +244,8 @@ border-bottom: 1px solid #ddd; } +.fullwidth { width: 100%; } + small { font-family: Arial, Helvetica, sans-serif; font-size: 0.9em; Modified: trunk/themes/default/phpwiki.css =================================================================== --- trunk/themes/default/phpwiki.css 2011-09-09 14:30:51 UTC (rev 8100) +++ trunk/themes/default/phpwiki.css 2011-09-09 14:40:34 UTC (rev 8101) @@ -31,6 +31,7 @@ width: 100%; } +.fullwidth { width: 100%; } /** * Wiki Modified: trunk/themes/shamino_com/shamino_com.css =================================================================== --- trunk/themes/shamino_com/shamino_com.css 2011-09-09 14:30:51 UTC (rev 8100) +++ trunk/themes/shamino_com/shamino_com.css 2011-09-09 14:40:34 UTC (rev 8101) @@ -121,6 +121,8 @@ a:active { font-weight:normal; color:#445566; text-decoration:underline } a:focus { font-weight:normal; color:#445566; text-decoration:underline } +.fullwidth { width: 100%; } + .main { padding: 0px; border: 0px; margin:0px; } .maintable { padding: 0px; border: 0px; margin:0px; } .menu { font-size: 9pt; padding: 10px; padding-top:0px; border: 0px; margin:0px; } This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |