diff options
author | Jonas Smedegaard <dr@jones.dk> | 2017-05-20 20:33:28 +0200 |
---|---|---|
committer | Jonas Smedegaard <dr@jones.dk> | 2017-05-20 20:33:28 +0200 |
commit | 2839156d9508750c7562dc9b570df5269e286131 (patch) | |
tree | 6bbb055de6fd9c947e5168fe25ec698daa4c3bea /templates | |
parent | c0886f300c0c9d5183031e46a5015d14357d2561 (diff) |
Move schedlue to sidebar (to be outside main container), and wrap in well.
Diffstat (limited to 'templates')
-rw-r--r-- | templates/well.mdwn | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/templates/well.mdwn b/templates/well.mdwn new file mode 100644 index 0000000..eb14bf6 --- /dev/null +++ b/templates/well.mdwn @@ -0,0 +1,3 @@ +<div class="well"> +<TMPL_VAR content> +</div> |