diff options
Diffstat (limited to 'web/html/css')
-rw-r--r-- | web/html/css/arch.css | 3 | ||||
-rw-r--r-- | web/html/css/containers.css | 3 | ||||
-rw-r--r-- | web/html/css/fonts.css | 3 |
3 files changed, 3 insertions, 6 deletions
diff --git a/web/html/css/arch.css b/web/html/css/arch.css index bdca5ec..9dc630e 100644 --- a/web/html/css/arch.css +++ b/web/html/css/arch.css @@ -452,5 +452,4 @@ textarea.vLargeTextField { border-collapse: separate; border-spacing: 0 15px; } -/* vim:ts=2:sw=2:et:enc=utf-8: - * */ + diff --git a/web/html/css/containers.css b/web/html/css/containers.css index 95a5c45..c0fb877 100644 --- a/web/html/css/containers.css +++ b/web/html/css/containers.css @@ -181,5 +181,4 @@ input.button { font-size: 12px; padding: 2px; } -/* vim:ts=2:sw=2:et:enc=utf-8: - * */ + diff --git a/web/html/css/fonts.css b/web/html/css/fonts.css index ae4b76f..dc65070 100644 --- a/web/html/css/fonts.css +++ b/web/html/css/fonts.css @@ -100,5 +100,4 @@ h1, h2, h3, h4 { font-size: 16pt; } span.important { color: #f00; } -/* vim:ts=2:sw=2:et:enc=utf-8: - * */ + |