diff options
author | Matthew Lemon <y@yulqen.org> | 2024-05-14 16:37:33 +0100 |
---|---|---|
committer | Matthew Lemon <y@yulqen.org> | 2024-05-14 16:37:33 +0100 |
commit | e7e57126b90208dadb39b2d4b67864a690cd81f4 (patch) | |
tree | 0be4170641c72a1e5be80f3f82d4060fea95bcf8 /pyblackbird_cc/static/css | |
parent | e768f221ffbdd5f75c3818169dd5eefdd702e635 (diff) |
Adds bootstrap, rids us of the CDN and better styling on detail page
Diffstat (limited to 'pyblackbird_cc/static/css')
-rw-r--r-- | pyblackbird_cc/static/css/project.css | 41 |
1 files changed, 20 insertions, 21 deletions
diff --git a/pyblackbird_cc/static/css/project.css b/pyblackbird_cc/static/css/project.css index 80ccb8d..05ef176 100644 --- a/pyblackbird_cc/static/css/project.css +++ b/pyblackbird_cc/static/css/project.css @@ -8,8 +8,8 @@ * { font-family: 'Franklin'; - margin: 0; - padding: 0; + /*margin: 0;*/ + /*padding: 0;*/ } .alert-error { @@ -32,22 +32,21 @@ body { background-color: #eee; } -h1 { - color: #657c76; - font-size: 2.0rem; -} - -h2 { - color: #4e8273; - /* color: white; */ - font-size: 1.8rem; - padding-bottom: 10px; - margin-right: 20px; - margin-top: 20px; - border-radius: 3px 3px 0 0; - padding-left: 2px; - background-size: 100% 50px; - background-repeat: no-repeat; - border-bottom: 10px solid #E4E5E7; - overflow: auto; -} +/*h2 {*/ +/* color: #657c76;*/ +/*}*/ + +/*h2 {*/ +/* color: #4e8273;*/ +/* !* color: white; *!*/ +/* font-size: 1.8rem;*/ +/* padding-bottom: 10px;*/ +/* margin-right: 20px;*/ +/* margin-top: 20px;*/ +/* border-radius: 3px 3px 0 0;*/ +/* padding-left: 2px;*/ +/* background-size: 100% 50px;*/ +/* background-repeat: no-repeat;*/ +/* border-bottom: 10px solid #E4E5E7;*/ +/* overflow: auto;*/ +/*}*/ |