diff options
| author | bndw <benjamindwoodward@gmail.com> | 2020-05-31 09:51:19 -0700 |
|---|---|---|
| committer | bndw <benjamindwoodward@gmail.com> | 2020-05-31 09:51:19 -0700 |
| commit | 5d7fbbda1e8eac5802c8d7b4a9644e8f37a4e041 (patch) | |
| tree | db4b9d6a9ece183abdebde04f19d17fa1e6c4501 /src/style.css | |
| parent | e2d391fac6c4aab68ab26d49eb2f83c19949cba5 (diff) | |
:lipstick: Dashed card border
Diffstat (limited to 'src/style.css')
| -rw-r--r-- | src/style.css | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/src/style.css b/src/style.css index 3e55788..5ea2e58 100644 --- a/src/style.css +++ b/src/style.css | |||
| @@ -4,8 +4,7 @@ body { | |||
| 4 | .tag { | 4 | .tag { |
| 5 | line-height: 1.6; | 5 | line-height: 1.6; |
| 6 | } | 6 | } |
| 7 | 7 | fieldset { | |
| 8 | iframe { | 8 | border-style: dashed; |
| 9 | float: right; | 9 | border-color: #aaa; |
| 10 | margin: -2em; | ||
| 11 | } | 10 | } |
