diff options
author | Wes Bos <wesbos@gmail.com> | 2011-08-27 07:01:02 -0300 |
---|---|---|
committer | Wes Bos <wesbos@gmail.com> | 2011-08-27 07:01:02 -0300 |
commit | 682ae1385b1d2c19032f6b5aa1827c05c528bd2c (patch) | |
tree | 6a3bdaef56c023b107da6446ded10681b0d32e79 /pygments | |
parent | a0d66936c9effa97cca2d8db06345d304ad969c9 (diff) | |
download | backbonetutorials-682ae1385b1d2c19032f6b5aa1827c05c528bd2c.zip backbonetutorials-682ae1385b1d2c19032f6b5aa1827c05c528bd2c.tar.gz backbonetutorials-682ae1385b1d2c19032f6b5aa1827c05c528bd2c.tar.bz2 |
The github ribbon was overlapping the naviation when viewed in a small browser window. Fixed :)
Diffstat (limited to 'pygments')
-rw-r--r-- | pygments/what-is-a-model/index.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pygments/what-is-a-model/index.html b/pygments/what-is-a-model/index.html index 4d59503..8570c1a 100644 --- a/pygments/what-is-a-model/index.html +++ b/pygments/what-is-a-model/index.html @@ -33,6 +33,7 @@ margin-left: 40px; padding-top: 10px; padding-bottom: 10px; + position: relative; } .menu a { margin-right: 10px; |