aboutsummaryrefslogtreecommitdiff
path: root/src/style.css
diff options
context:
space:
mode:
authorSebastiano Tronto <sebastiano@tronto.net>2022-02-22 22:40:43 +0100
committerSebastiano Tronto <sebastiano@tronto.net>2022-02-22 22:40:43 +0100
commit4d398e030dc80ec92653d2ba66a4e36a9fb6f95f (patch)
tree4b9edaf6ba090de97fa7eba2d4a22906b577b558 /src/style.css
parent0c4b8dc31244fe9ac5c5ba0f45992bf842806bc4 (diff)
downloadsebastiano.tronto.net-4d398e030dc80ec92653d2ba66a4e36a9fb6f95f.tar.gz
sebastiano.tronto.net-4d398e030dc80ec92653d2ba66a4e36a9fb6f95f.zip
Added header/main/footer tags
Diffstat (limited to '')
-rw-r--r--src/style.css4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/style.css b/src/style.css
index 0078590..7016a47 100644
--- a/src/style.css
+++ b/src/style.css
@@ -1,4 +1,4 @@
1.menu { 1header nav table {
2 width: 100%; 2 width: 100%;
3} 3}
4 4
@@ -7,7 +7,7 @@
7 font-weight: bold; 7 font-weight: bold;
8} 8}
9 9
10.footer { 10footer table {
11 font-style: italic; 11 font-style: italic;
12 width: 100%; 12 width: 100%;
13} 13}

Generated with cgit - Back to sebastiano.tronto.net