diff options
author | Wojtek Kosior <koszko@koszko.org> | 2022-01-13 10:15:12 +0100 |
---|---|---|
committer | Wojtek Kosior <koszko@koszko.org> | 2022-01-13 10:15:12 +0100 |
commit | 5acb2499c1df14d6275b1ad9e139f02d1280cb9c (patch) | |
tree | 9407e99955a654cd04cbf96b8f28f5a6e7f36289 /html/grid.css | |
parent | dd8de100acda322f2124c58163ecde6f1b37d61d (diff) | |
download | browser-extension-5acb2499c1df14d6275b1ad9e139f02d1280cb9c.tar.gz browser-extension-5acb2499c1df14d6275b1ad9e139f02d1280cb9c.zip |
facilitate managing repository URLs in a list; minor other changes
Diffstat (limited to 'html/grid.css')
-rw-r--r-- | html/grid.css | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/html/grid.css b/html/grid.css index aa8fc80..20bb85e 100644 --- a/html/grid.css +++ b/html/grid.css @@ -49,7 +49,7 @@ grid-column: 1 / span 2; } -span.grid_col_1 { +span.grid_col_1, label.grid_col_1 { text-align: right; } @@ -61,11 +61,11 @@ div.grid_col_both { text-align: initial; } -.grid_2>span { +.grid_2>span, grid_2>label { margin-top: 0.75em; } -.grid_form>span { +.grid_form>span, .grid_form>label { margin-top: 1.5em; margin-left: 1em; margin-right: 1em; |