diff options
Diffstat (limited to 'app/css/style.css')
| -rw-r--r-- | app/css/style.css | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/app/css/style.css b/app/css/style.css index 1b86840..bb3e5c2 100644 --- a/app/css/style.css +++ b/app/css/style.css @@ -87,3 +87,10 @@ body { .synonymLink:hover { text-decoration: underline; } + +.divider { + background-color: #fff; + width: 100%; + height: 2px; + margin: 30px auto; +} |
