Skip to content

Commit

Permalink
no_bullet class for ul
Browse files Browse the repository at this point in the history
  • Loading branch information
FabianBartl committed Sep 21, 2022
1 parent 9fbad2f commit 21e6583
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
16 changes: 8 additions & 8 deletions css/customstyles.css
Original file line number Diff line number Diff line change
Expand Up @@ -1232,17 +1232,17 @@ ul.inline > li:not(:first-of-type):before {
/* important / override rules */
/* -------------------------- */

/* inline list */
ul.inline {
display: inline-block !important;
list-style: inside !important;
/* list without left padding or bullet */
ul.no_bullet {
list-style-position: inside !important;
list-style-type: none !important;
padding-left: 0 !important;
}

/* use date as pseudo li-point */
#home-news > div > .panel-body > ul {
list-style: inside !important;
padding-left: 0 !important;
/* inline list */
/* requires .no_bullet class for usage */
ul.inline {
display: inline-block !important;
}

/* hidden elements of password access restriction */
Expand Down
2 changes: 1 addition & 1 deletion index.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ of material scientists, geologists and mathematicians.
{% include reference.html link="changelog" content="Complete changelog" %}
</div>
<div class="panel-body">
<ul>
<ul class="no_bullet">
<li>
9/22 &minus; newly designed homepage
</li>
Expand Down
2 changes: 1 addition & 1 deletion pages/publications/publications.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ If you are using MTEX for your research, please cite one of the following paper
<dd>
R. Hielscher, T. Nyyssönen, F. Niessen, A. A. Gazder
<br>
<ul class="inline">
<ul class="inline no_bullet">
<li>
{% include reference.html link="https://arxiv.org/pdf/2201.02103.pdf" content="open PDF" %}
</li>
Expand Down

0 comments on commit 21e6583

Please sign in to comment.