switch the layout to a wider one that leans slightly to the left of the page
this is to make space on the right for a nice background in the future
This commit is contained in:
parent
1fdf65e7a3
commit
523a364fa9
12 changed files with 487 additions and 327 deletions
|
@ -220,14 +220,14 @@ pub fn branch_to_html(
|
|||
EscapeAttribute(link),
|
||||
)
|
||||
.unwrap();
|
||||
} else {
|
||||
write!(
|
||||
s,
|
||||
"<a class=\"icon icon-permalink\" href=\"/b?{}\" title=\"permalink\"></a>",
|
||||
EscapeAttribute(&branch.named_id)
|
||||
)
|
||||
.unwrap();
|
||||
}
|
||||
|
||||
write!(
|
||||
s,
|
||||
"<a class=\"icon icon-permalink\" href=\"/b?{}\" title=\"permalink\"></a>",
|
||||
EscapeAttribute(&branch.named_id)
|
||||
)
|
||||
.unwrap();
|
||||
}
|
||||
s.push_str("</th-bb>");
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue