diff options
| author | nanalelfe <nargiza.nosirova@mail.utoronto.ca> | 2016-08-14 10:13:55 +0000 |
|---|---|---|
| committer | nanalelfe <nargiza.nosirova@mail.utoronto.ca> | 2016-08-14 10:13:55 +0000 |
| commit | a532390f81e35f611fd02ad3d543f4d52217ca3c (patch) | |
| tree | 7bebb4f5614afb82c3103b6e9730a62f0b97a42d /assets | |
| parent | ef2674cfe13d2c425c5a3b312244c46f2531979d (diff) | |
Fixed signin and signup
Diffstat (limited to 'assets')
| -rw-r--r-- | assets/css/style.css | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/assets/css/style.css b/assets/css/style.css index 7506300..95e3a39 100644 --- a/assets/css/style.css +++ b/assets/css/style.css @@ -504,4 +504,10 @@ hr { height: auto; max-height: 200px; overflow: scroll ; +} + +/***** Signin *****/ + +.insite-signin { + border-right: 1px solid darkgray; }
\ No newline at end of file |
