diff options
author | BonfaceKilz | 2020-12-23 14:57:49 +0300 |
---|---|---|
committer | BonfaceKilz | 2020-12-23 14:57:49 +0300 |
commit | 5f32f09afd4238465dbd4d9c9ea8c093826ad318 (patch) | |
tree | e2b289a74705be62a10b53785e511ceed1966947 /bh20simplewebuploader/static | |
parent | 73e0e802dd254bf2d167f6633c479e90b9bc4649 (diff) | |
download | bh20-seq-resource-5f32f09afd4238465dbd4d9c9ea8c093826ad318.tar.gz bh20-seq-resource-5f32f09afd4238465dbd4d9c9ea8c093826ad318.tar.lz bh20-seq-resource-5f32f09afd4238465dbd4d9c9ea8c093826ad318.zip |
Merge duplicate css rule
Diffstat (limited to 'bh20simplewebuploader/static')
-rw-r--r-- | bh20simplewebuploader/static/main.css | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/bh20simplewebuploader/static/main.css b/bh20simplewebuploader/static/main.css index 237b952..b7ba1af 100644 --- a/bh20simplewebuploader/static/main.css +++ b/bh20simplewebuploader/static/main.css @@ -17,11 +17,6 @@ h1 { text-align: center; } -.intro { - color: #505050; - // font-weight: 300; -} - .header { background-color: white; margin: 0 auto; @@ -202,6 +197,7 @@ span.dropt:hover {text-decoration: none; background: #ffffff; z-index: 6; } } .intro { + color: #505050; grid-area: a; } |