witten
/
luminotes
Archived
1
0
Fork 0

Added a light gray line under note title text to make it clearer that it's a title as opposed to just bold text.

This commit is contained in:
Dan Helfman 2008-08-11 17:35:59 -07:00
parent cc6338ec31
commit f3aa7a4497
3 changed files with 10 additions and 2 deletions

4
NEWS
View File

@ -1,3 +1,7 @@
1.4.24:
* Added a light gray line under note title text to make it clearer that it's
a title as opposed to just bold text.
1.4.23: August 11, 2008:
* New notebook import feature for importing notes from a CSV file. (Beta.)
* Enforcing maximum note length after stripping the note of any disallowed

View File

@ -28,7 +28,9 @@ h1 {
h3 {
margin-top: 0em;
margin-bottom: 1em;
padding-bottom: 0.25em;
border-bottom: 1px solid #dddddd;
margin-bottom: 0.75em;
}
.button {

View File

@ -19,7 +19,9 @@ a:hover {
}
h3 {
margin-bottom: 1em;
padding-bottom: 0.25em;
border-bottom: 1px solid #dddddd;
margin-bottom: 0.75em;
}
ins {