aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2014-03-04 03:27:53 -0800
committerfriendica <info@friendica.com>2014-03-04 03:27:53 -0800
commitf2c8559170f7271a60df624d4222a2bc88435687 (patch)
treee9f1af3968db42ff9fdfb06284ac8bb485943920
parent66f754c4c730bbea46faac2c61bb5195246d7233 (diff)
downloadvolse-hubzilla-f2c8559170f7271a60df624d4222a2bc88435687.tar.gz
volse-hubzilla-f2c8559170f7271a60df624d4222a2bc88435687.tar.bz2
volse-hubzilla-f2c8559170f7271a60df624d4222a2bc88435687.zip
minor template and doc fixes
-rw-r--r--doc/comanche.bb12
-rw-r--r--view/css/default.css8
-rw-r--r--view/css/full.css7
3 files changed, 27 insertions, 0 deletions
diff --git a/doc/comanche.bb b/doc/comanche.bb
index 83384f2de..1464d809d 100644
--- a/doc/comanche.bb
+++ b/doc/comanche.bb
@@ -65,6 +65,11 @@ To select a theme for your page, use the 'theme' tag.
[/code]
This will select the theme named &quot;apw&quot;. By default your channel's preferred theme will be used.
+[code]
+ [theme=passion]apw[/theme]
+[/code]
+This will select the theme named &quot;apw&quot; and select the &quot;passion&quot; schema (theme variant).
+
[b]Regions[/b]
@@ -83,6 +88,13 @@ Your webpage creation tools allow you to create menus and blocks, in addition to
[menu]mymenu[/menu]
[/code]
This places the menu called &quot;mymenu&quot; at this location on the page, which must be inside a region.
+
+[code]
+ [menu=horizontal]mymenu[/menu]
+[/code]
+This places the menu called &quot;mymenu&quot; 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]
[block]contributors[/block]
[/code]
diff --git a/view/css/default.css b/view/css/default.css
index 4afcbf1d5..eeeb3d7cf 100644
--- a/view/css/default.css
+++ b/view/css/default.css
@@ -1,3 +1,11 @@
+header #banner {
+ position: fixed;
+ top: 0;
+ width: 250px;
+ margin-left: auto;
+ margin-right: auto;
+}
+
aside#region_1 {
display: block;
width: 210px;
diff --git a/view/css/full.css b/view/css/full.css
index 2e710df1d..38864925f 100644
--- a/view/css/full.css
+++ b/view/css/full.css
@@ -1,3 +1,10 @@
+header #banner {
+ position: fixed;
+ top: 0;
+ width: 250px;
+ margin-left: auto;
+ margin-right: auto;
+}
nav {
height: 24px;