Skip to content

Commit

Permalink
better FAQ-imdividual-pages CSS/look/style
Browse files Browse the repository at this point in the history
horiz ul tag
  • Loading branch information
shlomif committed Oct 12, 2024
1 parent ff17c33 commit 0f61faa
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
10 changes: 10 additions & 0 deletions fc-solve/site/wml/lib/sass/faq-indiv-pages.scss
Original file line number Diff line number Diff line change
Expand Up @@ -45,3 +45,13 @@ a.previous {
a:visited {
// color: purple;
}

ul.bt_nav {
&,
& li {
display: inline;
}
li {
margin: 1em;
}
}
1 change: 1 addition & 0 deletions fc-solve/site/wml/lib/split-html/faq_splitter_prog.py
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ def _xpath(TOP_LEVEL_CLASS):
</div>
<main class="faq faux">{body}</main>
<footer>
<hr/>
<div class="foot_left">
<ul class="bt_nav">
<li><a href="{base_path}">Home</a></li>
Expand Down

0 comments on commit 0f61faa

Please sign in to comment.