Skip to content

Commit

Permalink
agenda: remove attention
Browse files Browse the repository at this point in the history
Signed-off-by: Ryan Tsien <ryan@kubuds.cn>
  • Loading branch information
bekcpear committed Aug 13, 2024
1 parent 377b1a3 commit b24da2a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions assets/ananke/css/page.scss
Original file line number Diff line number Diff line change
Expand Up @@ -240,6 +240,10 @@ body:not(.in-home) {
background-color: #555;
}
}
div.separator {
height: 1px;
background-color: white;
}
div.agenda-section {
.anchor {
display: block;
Expand Down
4 changes: 2 additions & 2 deletions layouts/partials/index-sections/agenda-main.html
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<div class="agenda-section" id="{{.id}}-section">
<span class="anchor" id="{{.id}}"></span>
<h2><span class="title-prefix">{{.titlePrefix}}</span><span class="title-prefix-sub {{.titlePrefixSub}}">{{.titlePlace}}</span><span class="title">{{ .title1 }}<span>/</span>{{ .title2 }}</span><span class="place">{{.place}}</span></h2>
<div class="small attention">{{ $note }}</div>
<div class="separator"></div>
<table>
<thead>
<tr>
Expand Down Expand Up @@ -63,7 +63,7 @@ <h2><span class="title-prefix">{{.titlePrefix}}</span><span class="title-prefix-
<div class="agenda-section" id="POSTER-section">
<span class="anchor" id="POSTER"></span>
<h2><span class="title-poster">POSTER</span></h2>
<div class="small attention">{{ .Params.note }}</div>
<div class="separator"></div>
<table>
<thead>
<tr>
Expand Down

0 comments on commit b24da2a

Please sign in to comment.