Skip to content

Commit 523533b

Browse files
highlighting boxes
1 parent 3931595 commit 523533b

File tree

1 file changed

+21
-12
lines changed

1 file changed

+21
-12
lines changed

lab.css

Lines changed: 21 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -51,18 +51,7 @@ li ol,
5151
li ul {margin-top:6px;}
5252
ol ol li:last-child {margin-bottom:0;}
5353

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 {
6655
list-style-type:decimal;
6756
}
6857

@@ -76,3 +65,23 @@ div#boxedtext {
7665
margin-bottom: 20px;
7766
font-size: 10pt;
7867
}
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+
}

0 commit comments

Comments
 (0)