summaryrefslogtreecommitdiffhomepage
path: root/static/css
diff options
context:
space:
mode:
Diffstat (limited to 'static/css')
-rw-r--r--static/css/base.css15
1 files changed, 15 insertions, 0 deletions
diff --git a/static/css/base.css b/static/css/base.css
index 702a034..3cbdc0c 100644
--- a/static/css/base.css
+++ b/static/css/base.css
@@ -217,6 +217,18 @@ div#betsy {
flex-basis: 300px;
}
+.mc-log-col-token {
+ padding: 1em 0px;
+ color: green;
+ flex-basis: 200px;
+}
+
+.mc-log-col-data {
+ padding: 1em 0px;
+ color: blue;
+ flex-basis: 400px;
+}
+
@media ( min-width : 80em) {
.mc-log-col-pc {
flex-basis: 600px;
@@ -224,6 +236,9 @@ div#betsy {
.mc-log-col-phy0 {
flex-basis: 600px;
}
+ .mc-log-col-data {
+ flex-basis: 600px;
+ }
}
.mc-table-striped thead th {

Highly Recommended Verilog Books