minor template and doc fixes

This commit is contained in:
friendica 2014-03-04 03:27:53 -08:00
parent 66f754c4c7
commit f2c8559170
3 changed files with 27 additions and 0 deletions

View File

@ -65,6 +65,11 @@ To select a theme for your page, use the 'theme' tag.
[/code] [/code]
This will select the theme named "apw". By default your channel's preferred theme will be used. This will select the theme named "apw". By default your channel's preferred theme will be used.
[code]
[theme=passion]apw[/theme]
[/code]
This will select the theme named "apw" and select the "passion" schema (theme variant).
[b]Regions[/b] [b]Regions[/b]
@ -83,6 +88,13 @@ Your webpage creation tools allow you to create menus and blocks, in addition to
[menu]mymenu[/menu] [menu]mymenu[/menu]
[/code] [/code]
This places the menu called "mymenu" at this location on the page, which must be inside a region. This places the menu called "mymenu" at this location on the page, which must be inside a region.
[code]
[menu=horizontal]mymenu[/menu]
[/code]
This places the menu called "mymenu" at this location on the page, which must be inside a region. Additionally it applies the "horizontal" style to the menu. "horizontal" is defined in the redbasic theme. It may or may not be available in other themes.
[code] [code]
[block]contributors[/block] [block]contributors[/block]
[/code] [/code]

View File

@ -1,3 +1,11 @@
header #banner {
position: fixed;
top: 0;
width: 250px;
margin-left: auto;
margin-right: auto;
}
aside#region_1 { aside#region_1 {
display: block; display: block;
width: 210px; width: 210px;

View File

@ -1,3 +1,10 @@
header #banner {
position: fixed;
top: 0;
width: 250px;
margin-left: auto;
margin-right: auto;
}
nav { nav {
height: 24px; height: 24px;