Marthee commited on
Commit
18eb26e
·
verified ·
1 Parent(s): 2b4c0c6

Update static/style.css

Browse files
Files changed (1) hide show
  1. static/style.css +10 -0
static/style.css CHANGED
@@ -13,6 +13,16 @@
13
 
14
  }
15
 
 
 
 
 
 
 
 
 
 
 
16
  body{
17
  margin-top: 45px;
18
  position: static;
 
13
 
14
  }
15
 
16
+ .sub-item {
17
+ list-style-type: upper-alpha; /* Uppercase letters for sub-items */
18
+ padding-left: 20px;
19
+ }
20
+
21
+ .nested-item {
22
+ list-style-type: lower-roman; /* Lowercase roman numerals for nested items */
23
+ padding-left: 40px;
24
+ }
25
+
26
  body{
27
  margin-top: 45px;
28
  position: static;