File tree 1 file changed +21
-12
lines changed 1 file changed +21
-12
lines changed Original file line number Diff line number Diff line change @@ -51,18 +51,7 @@ li ol,
51
51
li ul {margin-top : 6px ;}
52
52
ol ol li : last-child {margin-bottom : 0 ;}
53
53
54
- div # license {
55
- margin-top : 30px ;
56
- margin-bottom : 30px ;
57
- color : rgba (76 , 114 , 29 , 0.8 );
58
- border : 1px solid rgba (76 , 114 , 29 , 0.2 );
59
- padding : 10px 10px ;
60
- background : rgba (76 , 114 , 29 , 0.1 );
61
- border-radius : 5px ;
62
- }
63
-
64
-
65
- ul {
54
+ .oyo ul {
66
55
list-style-type : decimal;
67
56
}
68
57
@@ -76,3 +65,23 @@ div#boxedtext {
76
65
margin-bottom : 20px ;
77
66
font-size : 10pt ;
78
67
}
68
+
69
+ div # template {
70
+ margin-top : 30px ;
71
+ margin-bottom : 30px ;
72
+ color : # 808080 ;
73
+ border : 1px solid # 808080 ;
74
+ padding : 10px 10px ;
75
+ background-color : rgba (128 , 128 , 128 , 0.2 );
76
+ border-radius : 5px ;
77
+ }
78
+
79
+ div # license {
80
+ margin-top : 30px ;
81
+ margin-bottom : 30px ;
82
+ color : # 4C721D ;
83
+ border : 1px solid # 4C721D ;
84
+ padding : 10px 10px ;
85
+ background-color : rgba (76 , 114 , 29 , 0.2 );
86
+ border-radius : 5px ;
87
+ }
You can’t perform that action at this time.
0 commit comments