summaryrefslogtreecommitdiffstats
path: root/css/narrow.css
diff options
context:
space:
mode:
Diffstat (limited to 'css/narrow.css')
-rw-r--r--css/narrow.css19
1 files changed, 18 insertions, 1 deletions
diff --git a/css/narrow.css b/css/narrow.css
index 29aad6b..dc69296 100644
--- a/css/narrow.css
+++ b/css/narrow.css
@@ -53,4 +53,21 @@ header, footer {
div.table img.table {
width:50%;
-} \ No newline at end of file
+}
+
+.message {
+ position: relative;
+ background-color: #fff;
+ width: 100%;
+ top:0em;
+ left:0%;
+ right:0%;
+ text-align: center;
+ z-index:1;
+}
+.message >div { border: 2px solid black; }
+.message div div {
+ width: 100%;
+ text-align: right;
+ font-size: smaller;
+}