diff options
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; |