Skip to content

Commit

Permalink
corrections
Browse files Browse the repository at this point in the history
  • Loading branch information
desafinadude committed May 13, 2024
1 parent fb6ba38 commit 10f0d52
Show file tree
Hide file tree
Showing 3 changed files with 388 additions and 8 deletions.
18 changes: 15 additions & 3 deletions pmg/static/resources/css/pr6.css
Original file line number Diff line number Diff line change
Expand Up @@ -357,6 +357,8 @@
margin: 1em 0;
}



.full-article .info-block {
padding: 2em 2em 1em;
text-align: center;
Expand All @@ -365,6 +367,10 @@
background: #f8f5ec;
}

.info-block.text-left li {
text-align: left;
}

.full-article .interview-party {
text-align: center;
margin: 2em 0 3em;
Expand All @@ -391,22 +397,28 @@

}

.full-article .bills-table, .full-article .attendance-table {
.full-article .bills-table, .full-article .attendance-table, .full-article .sessions-table {
margin: 2em 0;
width: 100%;
}

.full-article .bills-table th, .full-article .attendance-table th {
.full-article .bills-table th, .full-article .attendance-table th, .full-article .sessions-table th {
background: #eee;
}

.full-article .bills-table td, .full-article .bills-table th, .full-article .attendance-table td, .full-article .attendance-table th {
.full-article .bills-table td, .full-article .bills-table th, .full-article .attendance-table td, .full-article .attendance-table th, .full-article .sessions-table th, .full-article .sessions-table td{
font-size: 0.8em;
padding: 0.2em;
color: #333;
border: 1px solid #ccc;
}

.caption {
font-size: 0.8em;
color: #333;
margin: 1em 0
}

/* Design Elements */

.pr6-design-element2 {
Expand Down
Loading

0 comments on commit 10f0d52

Please sign in to comment.