projects
/
libreriscv.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7cd4c20
)
remove card sidebar class
author
Luke Kenneth Casson Leighton
<lkcl@lkcl.net>
Sun, 16 Feb 2020 18:59:10 +0000
(18:59 +0000)
committer
Luke Kenneth Casson Leighton
<lkcl@lkcl.net>
Sun, 16 Feb 2020 18:59:10 +0000
(18:59 +0000)
templates/page.tmpl
patch
|
blob
|
history
diff --git
a/templates/page.tmpl
b/templates/page.tmpl
index f4e6e873561066407b7da0473aea997f995158f2..4d3481b1dbfadf13786503bb5192b7dd2cf01e0b 100644
(file)
--- a/
templates/page.tmpl
+++ b/
templates/page.tmpl
@@
-164,7
+164,7
@@
<TMPL_IF SIDEBAR>
</div>
<div class="col-sm-4 col-md-3">
- <aside id="sidebar"
class="card card-body mb-3"
>
+ <aside id="sidebar">
<TMPL_VAR SIDEBAR>
</aside>
</div>