diff options
| author | 2015-05-23 05:48:04 +0200 | |
|---|---|---|
| committer | 2015-05-23 05:48:04 +0200 | |
| commit | 618bf416448183b78be93c44a0d9faafb6c200c5 (patch) | |
| tree | af8bf61688c8a055fe7672ff52a3fdfb0b48a8f7 /themes | |
| parent | 9b94dbf50d93b07127e62e3c70f9936e2a0ebec2 (diff) | |
Add 'custom.css' to improve theming.
Diffstat (limited to 'themes')
| -rw-r--r-- | themes/custom/assets/css/custom.css | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/themes/custom/assets/css/custom.css b/themes/custom/assets/css/custom.css new file mode 100644 index 0000000..05a37ba --- /dev/null +++ b/themes/custom/assets/css/custom.css @@ -0,0 +1,24 @@ +/*! + * Custom CSS for Icebox + */ + +.breadcrumbs + h1 { + font-size: 31.5px; +} + +.breadcrumbs + h1 { + padding-top: 40px; +} + +.breadcrumb { + margin: 20px 0; +} + +img { + width: auto; + max-width: none; +} + +.footerbox { + margin: 15px 0; +} |
