Changeset 2172753
- Timestamp:
- 10/14/2019 08:41:57 AM (6 years ago)
- Location:
- vialala/trunk
- Files:
-
- 1 added
- 3 edited
-
css/vialala.css (modified) (2 diffs)
-
index.php (modified) (1 diff)
-
languages/vialala.pot (added)
-
readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
vialala/trunk/css/vialala.css
r2168508 r2172753 19 19 font-size: 35px; 20 20 font-weight: 400; 21 } 22 23 .vialala.header h5 { 21 24 color: white; 22 25 } … … 134 137 text-decoration: none !important; 135 138 } 139 140 @media(max-width:767.98px) { 141 .vialala.header .destination h2 { 142 font-size: 55px; 143 line-height: 65px; 144 } 145 } 146 147 @media(max-width:575.98px) { 148 .vialala.header .destination h2 { 149 font-size: 40px; 150 line-height: 50px; 151 } 152 153 .vialala.include .type .titre, 154 .vialala.include .type .desc { 155 width: 100%; 156 } 157 } -
vialala/trunk/index.php
r2168567 r2172753 4 4 Description: Intégration de vos offres vialala dans votre blog 5 5 Author: Vialala.com 6 Version: 1.0. 66 Version: 1.0.7 7 7 Author URI: https://www.vialala.fr 8 8 Domain Path: /languages -
vialala/trunk/readme.txt
r2168567 r2172753 4 4 Tags: vialala, travel 5 5 Requires at least: 5.0 6 Stable tag: 1.0. 66 Stable tag: 1.0.7 7 7 Requires PHP: 5.4 8 8 License: GPLv2 or later
Note: See TracChangeset
for help on using the changeset viewer.