diff options
author | Markus Zapke-Grùˆndemann <info@keimlink.de> | 2012-01-09 14:21:06 +0100 |
---|---|---|
committer | Markus Zapke-Grùˆndemann <info@keimlink.de> | 2012-01-09 14:21:06 +0100 |
commit | ae37dee28f9a52e422836a925bad8ccf684fe3d8 (patch) | |
tree | d426f6a5d05b3d3a0e3658007931eb77647c6f43 /sublab_project/static/css | |
parent | fc504e04ca77324f6274c2b62b67bde392a9704a (diff) |
Added "Made with Django" badge.
Diffstat (limited to 'sublab_project/static/css')
-rw-r--r-- | sublab_project/static/css/sublab.css | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/sublab_project/static/css/sublab.css b/sublab_project/static/css/sublab.css index b4f6127..9c5fa43 100644 --- a/sublab_project/static/css/sublab.css +++ b/sublab_project/static/css/sublab.css @@ -149,6 +149,17 @@ img.webcamthumb { border: 2px solid #444; } +.centeredImage { + text-align:center; + margin-top:0px; + margin-bottom:0px; + padding:0px; +} + +.topMargin { + margin-top: 20px; +} + .floatright { float: right; } @@ -280,6 +291,10 @@ span.header { text-align: center; } +.noBorder { + border-width: 0px; +} + a { text-decoration: none; border-bottom: 1px dotted; |