From: <var...@us...> - 2021-12-06 10:09:06
|
Revision: 10727 http://sourceforge.net/p/phpwiki/code/10727 Author: vargenau Date: 2021-12-06 10:09:04 +0000 (Mon, 06 Dec 2021) Log Message: ----------- blog: improve layout for PhpWikiAdministration page Modified Paths: -------------- trunk/themes/blog/Kubrick.css Modified: trunk/themes/blog/Kubrick.css =================================================================== --- trunk/themes/blog/Kubrick.css 2021-12-06 09:50:43 UTC (rev 10726) +++ trunk/themes/blog/Kubrick.css 2021-12-06 10:09:04 UTC (rev 10727) @@ -78,6 +78,10 @@ font-size: 11px; /* we need pixel units here to match the background */ } +table a.wiki { + font-size: 90%; +} + #pagetrail { margin-left: 19px; width: 540px; This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |