mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-18 23:38:35 +02:00
StockMarket and Infiltration implementations
This commit is contained in:
@@ -32,7 +32,7 @@ h2 {
|
||||
}
|
||||
|
||||
ul {
|
||||
padding: 6px;
|
||||
padding: 2px;
|
||||
list-style-type: none;
|
||||
}
|
||||
|
||||
@@ -252,7 +252,7 @@ tr:focus {
|
||||
position: absolute; /* Stay in place */
|
||||
right: 0;
|
||||
top: 0;
|
||||
height: 185px; /* Full height */
|
||||
height: 195px; /* Full height */
|
||||
/*margin: 50% auto;*/
|
||||
padding: 5px;
|
||||
border: 2px solid var(--my-highlight-color);
|
||||
@@ -264,7 +264,7 @@ tr:focus {
|
||||
|
||||
#character-overview-text {
|
||||
padding: 4px;
|
||||
margin: 10px;
|
||||
margin: 8px;
|
||||
color: white;
|
||||
background-color: #444;
|
||||
}
|
||||
@@ -272,7 +272,7 @@ tr:focus {
|
||||
#character-overview-save-button,
|
||||
#character-overview-options-button {
|
||||
color: #aaa;
|
||||
font-size: 16px;
|
||||
font-size: 14px;
|
||||
font-weight: bold;
|
||||
-webkit-border-radius: 12px;
|
||||
-moz-border-radius: 12px;
|
||||
|
||||
Reference in New Issue
Block a user