diff --git a/public/themes/hyperspace/assets/css/sitewriter.css b/public/themes/hyperspace/assets/css/sitewriter.css new file mode 100644 index 0000000..9ce882c --- /dev/null +++ b/public/themes/hyperspace/assets/css/sitewriter.css @@ -0,0 +1,13 @@ +/* +This Source Code Form is subject to the terms of the Mozilla Public +License, v. 2.0. If a copy of the MPL was not distributed with this +file, You can obtain one at http://mozilla.org/MPL/2.0/. +*/ + +.img-responsive, .img-fluid { + border-radius: 0.25em; + border: 0; + display: block; + margin: 0 0 2em 0; + width: 100%; +} \ No newline at end of file diff --git a/public/themes/hyperspace/inc/head.inc.php b/public/themes/hyperspace/inc/head.inc.php index ffaa6c6..150e9a3 100644 --- a/public/themes/hyperspace/inc/head.inc.php +++ b/public/themes/hyperspace/inc/head.inc.php @@ -12,4 +12,5 @@ + \ No newline at end of file diff --git a/public/themes/verti/assets/css/sitewriter.css b/public/themes/verti/assets/css/sitewriter.css new file mode 100644 index 0000000..c1af414 --- /dev/null +++ b/public/themes/verti/assets/css/sitewriter.css @@ -0,0 +1,12 @@ +/* +This Source Code Form is subject to the terms of the Mozilla Public +License, v. 2.0. If a copy of the MPL was not distributed with this +file, You can obtain one at http://mozilla.org/MPL/2.0/. +*/ + +.img-responsive, .img-fluid { + max-width: 100%; + display: inline-block; + outline: 0; + border-radius: 8px; +} \ No newline at end of file diff --git a/public/themes/verti/inc/header.inc.php b/public/themes/verti/inc/header.inc.php index 7acc299..72cb105 100644 --- a/public/themes/verti/inc/header.inc.php +++ b/public/themes/verti/inc/header.inc.php @@ -14,4 +14,5 @@ header("Link: ; rel=pr +