From: <be...@us...> - 2015-09-12 08:49:01
|
Revision: 13147 http://sourceforge.net/p/xoops/svn/13147 Author: beckmi Date: 2015-09-12 08:48:58 +0000 (Sat, 12 Sep 2015) Log Message: ----------- adding "strong { font-weight: bold; }" to reset.css Modified Paths: -------------- XoopsCore/branches/2.5.x/2.5.8/docs/changelog.250.txt XoopsCore/branches/2.5.x/2.5.8/htdocs/modules/system/themes/default/css/reset.css Modified: XoopsCore/branches/2.5.x/2.5.8/docs/changelog.250.txt =================================================================== --- XoopsCore/branches/2.5.x/2.5.8/docs/changelog.250.txt 2015-09-07 00:00:20 UTC (rev 13146) +++ XoopsCore/branches/2.5.x/2.5.8/docs/changelog.250.txt 2015-09-12 08:48:58 UTC (rev 13147) @@ -21,6 +21,7 @@ - updated XOOPS copyright to 2015, changed links to http://xoops.org (mamba) - replaced intval() with (int) (mamba) - added possibility to include full icon URL in module's menu.php (mamba) +- added strong { font-weight: bold; } to reset.css (mamba) Security fixes Modified: XoopsCore/branches/2.5.x/2.5.8/htdocs/modules/system/themes/default/css/reset.css =================================================================== --- XoopsCore/branches/2.5.x/2.5.8/htdocs/modules/system/themes/default/css/reset.css 2015-09-07 00:00:20 UTC (rev 13146) +++ XoopsCore/branches/2.5.x/2.5.8/htdocs/modules/system/themes/default/css/reset.css 2015-09-12 08:48:58 UTC (rev 13147) @@ -26,6 +26,7 @@ /* remember to define focus styles! */ :focus { outline: 0;} body { line-height: 1; color: #000; background: #fff;} +strong { font-weight: bold; } ol, ul { list-style: none;} /* tables still need 'cellspacing="0"' in the markup */ table { border-collapse: separate; border-spacing: 0;} |