You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
-
- body {
- background: #eee;
- font-family: Arial;
- }
-
- #log {
- height:600px;
- width:1000px;
- border:1px solid #ccc;
- background-color: #fff;
- overflow:auto;
- float:left;
- }
-
- .stat-header {
- font-weight: bold;
- font-size: 150%;
- min-width:130px;
- }
-
- .stat-line {
- font-weight: normal;
- font-size: 12pt;
- }
-
- .flex-container {
- display: flex;
- flex-wrap: wrap;
- }
-
- .action-button {
-
- }
|