get latest snapshot
authorIan Kelling <ian@iankelling.org>
Wed, 18 Jan 2017 22:21:53 +0000 (14:21 -0800)
committerIan Kelling <ian@iankelling.org>
Wed, 18 Jan 2017 22:21:53 +0000 (14:21 -0800)
Mediawiki_Setup_Guide

index aba31257518c12e19db026196696ba18b9849b44..6bbdf27aa544b6c3e54f8c2cf378e9b3dc6533b3 100644 (file)
@@ -860,25 +860,19 @@ x("MediaWiki:Sidebar", """* navigation
 # remove side panel
 # helpfull doc: https://www.mediawiki.org/wiki/Manual:Interface/Sidebar
 x("mediawiki:Common.css", """/* adjust sidebar to just be home link and up top  */
+/* adjust sidebar to just be home link and up top  */
 /* panel width increased to fit full wiki name. */
+/* selectors other than final id are for increasing priority of rule */
 div#mw-panel { top: 10px; padding-top: 0em; width: 20em }
 div#footer, #mw-head-base, div#content { margin-left: 1em; }
 #left-navigation { margin-left: 1em; }
 
 
 /* logo, and toolbar hidden */
-#p-logo, #p-tb.portal {
+#p-logo, div#mw-navigation div#mw-panel #p-tb {
    display:none;
 }
 
-/* make the font size smaller for the misc stuff */
-#p-personal {
-   font-size: 0.8em;
-}
-
-#footer-info {
-   font-size: 0.8em;
-}
 div#mw-content-text {
     max-width: 720px;
 }