Skip to content

Commit

Permalink
update CSS
Browse files Browse the repository at this point in the history
  • Loading branch information
harmin-parra committed Jan 31, 2025
1 parent 5c00240 commit 792cd3a
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 11 deletions.
2 changes: 0 additions & 2 deletions docs/user_guide.rst
Original file line number Diff line number Diff line change
Expand Up @@ -281,7 +281,6 @@ Sample CSS file
.extras_td {
width: 320px;
/* text-align: center; */
}
.extras_td_div {
Expand Down Expand Up @@ -319,7 +318,6 @@ Sample CSS file
.extras_separator {
height: 2px;
background-color: gray;
/* display: none; */
}
.extras_comment {
Expand Down
18 changes: 9 additions & 9 deletions src/pytest_report_extras/resources/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -28,20 +28,20 @@
}

.extras_params_title {
color: black;
font-size: medium;
font-weight: bold;
color: black;
}

.extras_params_key {
font-size: 14px;
color: #999;
font-size: 14px;
padding-left: 30px;
}

.extras_params_value {
font-size: 14px;
color: black;
font-size: 14px;
}

.extras_exception {
Expand All @@ -55,23 +55,23 @@
}

.extras_comment {
font-family: monospace;
color: blue;
font-family: monospace;
}

.extras_pre {
margin-left: 30px;
color: black;
margin-left: 30px;
}

.extras_failure {
font-family: monospace;
color: red;
font-family: monospace;
}

.extras_skip {
font-family: monospace;
color: orange;
font-family: monospace;
}

.extras_image {
Expand All @@ -83,14 +83,14 @@
}

.extras_page_src {
font-size: 12px;
color: #999;
font-size: 12px;
}

.extras_iframe {
margin-left: 30px;
margin-right: 30px;
margin-top: 15px;
inline-size: -webkit-fill-available;
background-color: #faf0e6;
inline-size: -webkit-fill-available;
}

0 comments on commit 792cd3a

Please sign in to comment.