mirror of
https://gitlab.com/hashborgir/d2tools.git
synced 2025-10-13 08:24:24 -05:00
properties with missing stat1 and multiple stats item description done for unique items
This commit is contained in:
@@ -28,10 +28,10 @@ $htmltop = <<<EOT
|
||||
|
||||
body{
|
||||
background: white;
|
||||
font-family: ExocetLight;
|
||||
font-family: ExocetHeavy;
|
||||
}
|
||||
table, table th, table td, table tr {
|
||||
background: #111;
|
||||
background: #000;
|
||||
color: #ccc;
|
||||
}
|
||||
.item {
|
||||
@@ -149,20 +149,6 @@ $htmltop = <<<EOT
|
||||
margin:1px;
|
||||
height: 48px;
|
||||
width: 48px;
|
||||
}
|
||||
table, table th, table td, table tr {
|
||||
background: #111;
|
||||
color: #ccc;
|
||||
}
|
||||
.item_stats{
|
||||
width: auto;
|
||||
height: auto;
|
||||
}
|
||||
.item_desc {
|
||||
height: auto;
|
||||
text-align: center;
|
||||
padding: 10px;
|
||||
text-transform: uppercase;
|
||||
}
|
||||
table {
|
||||
}
|
||||
@@ -171,10 +157,10 @@ $htmltop = <<<EOT
|
||||
background: #222;
|
||||
}
|
||||
.input1,.input3,.input5,.input7{
|
||||
background: #444;
|
||||
background: #000;
|
||||
}
|
||||
.input2, .input4, .input6 {
|
||||
background: #333;
|
||||
background: #000;
|
||||
}
|
||||
.output1{
|
||||
background: #222;
|
||||
|
Reference in New Issue
Block a user