-
Notifications
You must be signed in to change notification settings - Fork 360
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Libre 2: Remove figure left and right margins, plus some confusing st…
…yles from the blocks.css. See #404.
- Loading branch information
1 parent
ddee78d
commit bbf96a6
Showing
3 changed files
with
3 additions
and
21 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -63,7 +63,7 @@ svg:not(:root) { | |
} | ||
|
||
figure { | ||
margin: 1em 40px; | ||
margin: 1em 0; | ||
} | ||
|
||
hr { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -152,7 +152,7 @@ svg:not(:root) { | |
} | ||
|
||
figure { | ||
margin: 1em 40px; | ||
margin: 1em 0; | ||
} | ||
|
||
hr { | ||
|