diff options
| author | Teddy Wing | 2013-11-10 13:10:45 -0500 |
|---|---|---|
| committer | Teddy Wing | 2013-11-10 13:10:45 -0500 |
| commit | fa6228bb998b91920a1bcaaf62aae0eb37769a5f (patch) | |
| tree | 88b78afcf42cf1d265c6fa7714d3422a040cbb0d | |
| parent | 5f0312541fca6dbd957c65d22386da5278c3fcab (diff) | |
| download | clip-play-fa6228bb998b91920a1bcaaf62aae0eb37769a5f.tar.bz2 | |
Rotated footer idea
Footer rotated 90 degrees and reads vertically bottom to top on the
right side of the page.
Don't like this version. Going to try something else.
| -rw-r--r-- | assets/css/application.css | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/assets/css/application.css b/assets/css/application.css index 0aba747..fd08e6b 100644 --- a/assets/css/application.css +++ b/assets/css/application.css @@ -27,6 +27,12 @@ footer { bottom: 1em; font-size: 13px; font-family: 'Lucida Grande', Helvetica, sans-serif; + -webkit-transform: rotate(-90deg); + -moz-transform: rotate(-90deg); + -ms-transform: rotate(-90deg); + filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3); + -o-transform: rotate(-90deg); + transform: rotate(-90deg); } |
