diff options
author | Heckyel <heckyel@openmailbox.org> | 2017-02-26 17:38:49 -0500 |
---|---|---|
committer | Heckyel <heckyel@openmailbox.org> | 2017-02-26 17:38:49 -0500 |
commit | 591809d44a736e70c3e35d91904be189214a9373 (patch) | |
tree | 7dc859efc80b7e1b4b4f457f15d014af39833c63 /content-single.php | |
parent | 73b6bc7ec0d2acf85cad577fba332a2113a8a923 (diff) | |
download | lidra-theme-591809d44a736e70c3e35d91904be189214a9373.tar.lz lidra-theme-591809d44a736e70c3e35d91904be189214a9373.tar.xz lidra-theme-591809d44a736e70c3e35d91904be189214a9373.zip |
ajustes css y etiqueta figure
Diffstat (limited to 'content-single.php')
-rw-r--r-- | content-single.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/content-single.php b/content-single.php index 420f6e1..a1df1e1 100644 --- a/content-single.php +++ b/content-single.php @@ -18,7 +18,7 @@ printf (' <article class="col-sm-12 post"> <div class="contenedor"> <div class="thumb"> - %s + <figure>%s</figure> </div> <div class="info"> <h2 class="titulo">%s</h2> |