Dave Jarvis' Repositories

git clone https://repo.autonoma.ca/repo/keenwrite.git

Removes asterisks

AuthorDaveJarvis <email>
Date2023-11-04 15:32:49 GMT-0700
Commit29c903ef1ebcd13fcbd3fe903290269db035c4c2
Parentc1877c0
Delta14 lines added, 19 lines removed, 5-line decrease
www/styles/base.css
-/* ************************************************************************
+/*
* Page
- * ************************************************************************ */
+ */
:root {
--accent-colour: #ec706a;
}
-/* ************************************************************************
+/*
* Header
- * ************************************************************************ */
-
+ */
header {
/* Avoid being flush with top of page, put space between the title and
}
-/* ************************************************************************
+/*
* Screenshots
- * ************************************************************************ */
-
+ */
main.screenshots {
text-align: center;
}
-/* ************************************************************************
+/*
* Version information
- * ************************************************************************ */
-
+ */
main > p.version {
text-align: center;
}
-/* ************************************************************************
+/*
* Download buttons
- * ************************************************************************ */
-
+ */
main > div.downloads {
/* Arrange the buttons in a responsive, 2 x 2 grid. */
}
-/* ************************************************************************
+/*
* Navigation
- * ************************************************************************ */
-
+ */
nav {
/* Don't crowd navigation links against the download buttons. */
}
-/* ************************************************************************
+/*
* Footer
- * ************************************************************************ */
+ */
footer {
margin-top: 2em;