diff options
Diffstat (limited to 'public/css/main.css')
| -rwxr-xr-x | public/css/main.css | 15 |
1 files changed, 14 insertions, 1 deletions
diff --git a/public/css/main.css b/public/css/main.css index fb78744..7985af8 100755 --- a/public/css/main.css +++ b/public/css/main.css @@ -45,6 +45,15 @@ a:visited { color: #a0a; } +.ellipsis { + text-overflow: ellipsis; + + /* Required for text-overflow to do anything */ + white-space: nowrap; + overflow: hidden; +} + + /*****************************************************************************/ /* /* Home @@ -96,8 +105,12 @@ a:visited { color: #000; } +.header { + border-bottom: 4px solid #eee; +} + .header a.extra { - color: #aaa; + color: #999; margin-left: 1em; } |
