Skip to content

Commit 7cd2d90

Browse files
author
Almudena Garcia
committed
Adds css for #subscriptions-form table
1 parent fcaf197 commit 7cd2d90

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

stylesheets/main.css

+9
Original file line numberDiff line numberDiff line change
@@ -472,6 +472,15 @@ hr.hidden-modern { display: none; }
472472

473473
/* Subscription Form */
474474

475+
#subscriptions-form table {
476+
border-collapse: collapse;
477+
border-spacing: 0;
478+
}
479+
480+
#subscriptions-form table th, td {
481+
padding: 0;
482+
}
483+
475484
#subscriptions-form table input {
476485
-webkit-appearance: none;
477486
font-size: 13px;

0 commit comments

Comments
 (0)