diff options
author | Eleanor Eng <eleanor_eng@brown.edu> | 2019-07-19 17:44:05 -0400 |
---|---|---|
committer | Eleanor Eng <eleanor_eng@brown.edu> | 2019-07-19 17:44:05 -0400 |
commit | 2c4440be2807b3b1da691ea04b061c35e50ecb72 (patch) | |
tree | 52a44e8b86175205c7bd4d3ffc82e2f4185d20e1 | |
parent | 0191d5dfb07b6e50e5bda4523b79ff9769159541 (diff) |
literally nothing
-rw-r--r-- | views/stylesheets/authentication.css | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/views/stylesheets/authentication.css b/views/stylesheets/authentication.css index dea0474e4..36bb880af 100644 --- a/views/stylesheets/authentication.css +++ b/views/stylesheets/authentication.css @@ -69,10 +69,10 @@ body { .workspaceId { list-style-type: none; - font-family: Arial, Helvetica, sans-serif; + font-family: Arial, Helvetica, sans-serif; margin-left: -20px; cursor: grab; - padding-bottom: 15px; + padding-bottom: 15px; } .workspaceId:hover { @@ -106,7 +106,7 @@ body { } .overlay { - border: 2px solid yellow; + border: 2px gray; text-align: center; position: absolute; margin: auto; |