Consolidation of css done.

This commit is contained in:
Michael Woods
2025-12-24 20:15:34 -05:00
parent 6b15ad5174
commit e85e676057
2 changed files with 113 additions and 7 deletions

View File

@@ -5,13 +5,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>{% block title %}PacketServer Dashboard{% endblock %}</title>
<link rel="stylesheet" href="{{ url_for('static', path='/css/bootstrap.min.css') }}">
<link rel="stylesheet" href="{{ url_for('static', path='/css/style.css') }}"> {# optional custom #}
<style>
.bulletin-list { list-style: none; padding: 0; }
.bulletin-list li { margin: 1em 0; padding: 1em; background: white; border-radius: 8px; box-shadow: 0 2px 4px rgba(0,0,0,0.1); }
.meta { color: #666; font-size: 0.9em; display: block; margin-top: 0.3em; }
.preview { margin-top: 0.5em; color: #444; }
</style>
<link rel="stylesheet" href="{{ url_for('static', path='/css/style.css') }}">
</head>
<body class="bg-light">
<nav class="navbar navbar-dark bg-primary mb-4">