|
@@ -108,6 +108,16 @@ body {
|
|
|
font-size: 1.1em;
|
|
|
text-indent: 4ex;
|
|
|
color: #ffeccd; }
|
|
|
+ #content table {
|
|
|
+ width: 100%;
|
|
|
+ border-collapse: collapse;
|
|
|
+ border: 2px solid #178ca7;
|
|
|
+ border-radius: 10px; }
|
|
|
+ #content table thead {
|
|
|
+ border-bottom: 2px solid #11667a; }
|
|
|
+ #content table td, #content table th {
|
|
|
+ padding: 10px;
|
|
|
+ border: 1px solid #11667a; }
|
|
|
#content .pagenamerow {
|
|
|
display: flex;
|
|
|
align-items: center;
|