logo

Grimgrains

Unnamed repository; edit this file 'description' to name the repository.
commit: ad7d05e6717acbf7acf8ec19542fbc1ac6dffde0
parent 47b3f126475d2a1e22aac35df61b1f6ab0230bc0
Author: rekkabell <rekkabell@gmail.com>
Date:   Thu,  9 Jan 2020 09:17:07 -0500

Merge branch 'master' of https://github.com/hundredrabbits/Grimgrains

Diffstat:

Mlinks/main.css2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/links/main.css b/links/main.css @@ -32,7 +32,7 @@ main > p a.external:after { content:"*"; color:#999; } main > p b { font-weight: bold; } main > p b.head { text-transform: capitalize;font-size: 24px;line-height: 45px;display: block;margin: 30px 0px; } main > ul { display: block; margin-bottom:30px; position: relative; } -main > ul > li { max-width:550px; margin-bottom:15px; font-size:18px; padding-left:30px; line-height: 24px; font-size:18px; } +main > ul > li { max-width:550px; margin-bottom:15px; font-size:18px; padding-left:30px; line-height: 24px; font-size:18px; position: relative;} main > ul > li:before { content:"•"; position: absolute; margin-left:-30px; } main > ul > li > b { font-weight: bold; } main > ul > li > a { font-weight: bold; cursor: pointer; text-decoration: underline; }