# HG changeset patch # User Paul Boddie # Date 1298236451 -3600 # Node ID 25e83bbcbb1d74b69356548dfa6e01ad2224d458 # Parent ccc1cb8ad64296134a4a50f6b1b9ba982b96d734 Added navigation styles for the improved Include macro. diff -r ccc1cb8ad642 -r 25e83bbcbb1d themes/minimalmoin/css/common.css --- a/themes/minimalmoin/css/common.css Sat Aug 21 19:18:06 2010 +0200 +++ b/themes/minimalmoin/css/common.css Sun Feb 20 22:14:11 2011 +0100 @@ -164,6 +164,17 @@ letter-spacing: 0.075em; } +/* Include macro */ +.included-page { + position: relative; +} + +.included-page .include-link { + position: absolute; + top: 0; + right: 0; +} + /* Navigation macro */ table.navigation { background: #fff;