projects
/
WP-Themes
/
CCEOEM.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
01c9909
)
Removed borders and radius from embedded images
author
Laury GvR
<laury@gaslightmedia.com>
Mon, 14 May 2018 15:54:02 +0000
(11:54 -0400)
committer
Laury GvR
<laury@gaslightmedia.com>
Mon, 14 May 2018 15:54:02 +0000
(11:54 -0400)
!! Grunt/gulp doesn't work anymore for this site, so new styles !!
!! are added in hardcoded fashion in header.php !!
header.php
patch
|
blob
|
history
diff --git
a/header.php
b/header.php
index
429f5fc
..
7017027
100755
(executable)
--- a/
header.php
+++ b/
header.php
@@
-11,6
+11,14
@@
<?php wp_head();?>
</head>
<body>
+ <style>
+ body #main img,
+ body #blocks img {
+ border: 0;
+ border-radius: 0;
+ }
+ </style>
+
<div class="off-canvas-wrap" data-offcanvas>
<div class="inner-wrap">
<aside class="left-off-canvas-menu hide-for-large-up">