Skip to content

Commit 5752408

Browse files
cdw9scotwk
authored andcommitted
fix display of list items in sidebar refs #26
1 parent 5069ad5 commit 5752408

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

elevennote/static/elevennote/main.css

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,16 @@ ul#notes li .note-body {
120120
height: 54px;
121121
overflow: hidden;
122122
}
123+
ul#notes ul,
124+
ul#notes ol {
125+
padding-left: 20px;
126+
}
127+
ul#notes ul li {
128+
list-style: disc inside;
129+
}
130+
ul#notes ol li {
131+
list-style: decimal inside;
132+
}
123133

124134
input[type="text"],
125135
input[type="password"],

0 commit comments

Comments
 (0)