2
0
mirror of https://git.coolaj86.com/coolaj86/greenlock.html synced 2025-04-20 22:30:40 +00:00

Added a terrible temorary fix to the tables.

This commit is contained in:
John Shaver 2018-08-16 20:24:51 -07:00 committed by AJ ONeal
parent b416813a44
commit 174c69234a

View File

@ -175,3 +175,7 @@ a {
.tabbed-selector input[type=radio] { .tabbed-selector input[type=radio] {
display: none; display: none;
} }
table.js-acme-table-http-01, table.js-acme-table-dns-01 {
margin-left: -14em;
}