diff options
author | Steven Wittens <steven@10.no-reply.drupal.org> | 2005-07-27 01:58:43 +0000 |
---|---|---|
committer | Steven Wittens <steven@10.no-reply.drupal.org> | 2005-07-27 01:58:43 +0000 |
commit | d9d4b9bdab8ac4b6e5c01926da9d5a084707be94 (patch) | |
tree | 26d7809ceada308162d639ebf78c498d1e3955aa /misc | |
parent | 88ccaf02c404878c21288f9d00f594b62962b610 (diff) | |
download | brdo-d9d4b9bdab8ac4b6e5c01926da9d5a084707be94.tar.gz brdo-d9d4b9bdab8ac4b6e5c01926da9d5a084707be94.tar.bz2 |
- #27231: Friendly DB error screens.
Diffstat (limited to 'misc')
-rw-r--r-- | misc/druplicon.png | bin | 54190 -> 4072 bytes | |||
-rw-r--r-- | misc/maintenance.css | 19 |
2 files changed, 19 insertions, 0 deletions
diff --git a/misc/druplicon.png b/misc/druplicon.png Binary files differindex dd2eadf4b..6a7703837 100644 --- a/misc/druplicon.png +++ b/misc/druplicon.png diff --git a/misc/maintenance.css b/misc/maintenance.css new file mode 100644 index 000000000..0fbfc62f5 --- /dev/null +++ b/misc/maintenance.css @@ -0,0 +1,19 @@ +body { + background: url(druplicon.png) 4.2em 4em no-repeat #fff; + color: #000; + border: 1px solid #bbb; + margin: 3em; + padding: 1em 1em 1em 128px; +} +h1 { + margin: 1.6em 0 1.1em 0; + font-family: sans-serif; +} +:link { + color: #0073ba; + font-weight: bold; +} +:visited { + color: #004975; + font-weight: bold; +} |