diff options
author | nathansmith <nathansmith@posteo.com> | 2025-05-03 15:26:30 -0600 |
---|---|---|
committer | nathansmith <nathansmith@posteo.com> | 2025-05-03 15:26:30 -0600 |
commit | 7b24e26e8ec3e8f387d62448a62a764cd8ff1786 (patch) | |
tree | d3a880db0415bc8d18569ead0e0bbc7fb4d0d54e /index.html | |
parent | ab1dd34b6abe519f8c2a9d74c170dee7b8ed6769 (diff) |
Changed xfce guide a tiny bit
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 10 |
1 files changed, 8 insertions, 2 deletions
@@ -11,8 +11,14 @@ body { background-image: url('images/background.png'); } -table { color: black; background-color: #bebebe; margin-top: 10px; - margin-bottom: 10px; margin-left: 10px; margin-right: 10px; } +table { + color: black; + background-color: #bebebe; + margin-top: 10px; + margin-bottom: 10px; + margin-left: 10px; + margin-right: 10px; +} </style> |