Skip to content

Commit 4d2615c

Browse files
committed
remove plain and minimal stylesheets, add missing rules to borg.css, update Makefile
1 parent 3823fc8 commit 4d2615c

File tree

4 files changed

+9
-537
lines changed

4 files changed

+9
-537
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ releases/releases.rst.inc
1515

1616
TEMPLATE=rst_template.txt
1717
STYLESHEET_DIRS=_assets
18-
STYLESHEETS=minimal.css,plain.css,borg.css
18+
STYLESHEETS=borg.css
1919

2020
RST_OPTIONS=--template=$(TEMPLATE) \
2121
--embed-stylesheet --stylesheet-dirs=$(STYLESHEET_DIRS) --stylesheet-path=$(STYLESHEETS)

_assets/borg.css

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -125,3 +125,11 @@ main ul {
125125
left: 0;
126126
right: 0;
127127
}
128+
129+
ul > li > p {
130+
margin: 0;
131+
}
132+
133+
a {
134+
text-decoration: none;
135+
}

_assets/minimal.css

Lines changed: 0 additions & 257 deletions
This file was deleted.

0 commit comments

Comments
 (0)