diff options
| author | Mirek Kratochvil <exa.exa@gmail.com> | 2023-06-08 21:39:19 +0200 |
|---|---|---|
| committer | Mirek Kratochvil <exa.exa@gmail.com> | 2023-06-08 21:39:19 +0200 |
| commit | 09b5a9be854be0d4b1fc829a277c1acff4ffe62a (patch) | |
| tree | 0a8af9adb6f883871460c858b3b55c0217a8b36c /templates/header.html | |
| parent | 2b68087b231940ad47e3e2f1a465a66c6c655f22 (diff) | |
| download | reploy-09b5a9be854be0d4b1fc829a277c1acff4ffe62a.tar.gz reploy-09b5a9be854be0d4b1fc829a277c1acff4ffe62a.tar.bz2 | |
mock a sidebar
Diffstat (limited to 'templates/header.html')
| -rw-r--r-- | templates/header.html | 15 |
1 files changed, 9 insertions, 6 deletions
diff --git a/templates/header.html b/templates/header.html index 7ca4749..a790e26 100644 --- a/templates/header.html +++ b/templates/header.html @@ -1,5 +1,5 @@ -<div class="layout-topbar"> - <div class="bar-fill topbar-borderbottom"></div> +<header> + <div class="flex-sidefill topbar-borderbottom"></div> <div class="width-content same-height"> <div class="topbar-unilu topbar-borderbottom"> <div class="logo-unilu"></div> @@ -8,11 +8,14 @@ <div class="header-title">LCSB How-To Cards</div> <div class="header-subtitle">The practical and handy reference</div> </div> - <div class="bar-fill topbar-borderbottom"></div> + <div class="flex-fill topbar-borderbottom"></div> <div class="topbar-lcsb topbar-borderbottom"> <div class="logo-lcsb"></div> </div> </div> - <div class="bar-fill topbar-borderbottom"></div> -</div> -<div class="width-content margin-center"> + <div class="flex-sidefill topbar-borderbottom"></div> +</header> +<main> + <div class="flex-sidefill"></div> + <div class="width-sidebar sidebar-box"></div> + <div class="width-content"> |
