diff options
Diffstat (limited to 'sublab_project/static')
-rw-r--r-- | sublab_project/static/css/sublab.css | 15 | ||||
-rw-r--r-- | sublab_project/static/img/badges/djangomade124x25.gif | bin | 0 -> 2041 bytes |
2 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; diff --git a/sublab_project/static/img/badges/djangomade124x25.gif b/sublab_project/static/img/badges/djangomade124x25.gif Binary files differnew file mode 100644 index 0000000..9173380 --- /dev/null +++ b/sublab_project/static/img/badges/djangomade124x25.gif |