diff options
Diffstat (limited to 'css')
| -rw-r--r-- | css/master.css | 12 | 
1 files changed, 12 insertions, 0 deletions
| diff --git a/css/master.css b/css/master.css index fd79a28..8b2e1fc 100644 --- a/css/master.css +++ b/css/master.css @@ -41,3 +41,15 @@ a {    color: #005f87;    text-decoration: none;  } + +hr { +  color: #005f87; +} + +.left-footer { +  float: left; +} + +.right-footer { +  float: right; +} | 
