Apply IE11 fix for flexbox, see goo.gl/pglrbm

This commit is contained in:
Matthias Mees 2016-10-23 13:59:50 +02:00
parent e4ee83df09
commit cb11d9b339
2 changed files with 3 additions and 2 deletions

View file

@ -91,7 +91,7 @@ class serendipity_event_staticpage extends serendipity_event
$propbag->add('page_configuration', $this->config);
$propbag->add('type_configuration', $this->config_types);
$propbag->add('author', 'Marco Rinck, Garvin Hicking, David Rolston, Falk Doering, Stephan Manske, Pascal Uhlmann, Ian, Don Chambers');
$propbag->add('version', '4.12');
$propbag->add('version', '4.13');
$propbag->add('requirements', array(
'serendipity' => '2.0',
'smarty' => '2.6.7',

View file

@ -219,8 +219,9 @@
}
.staticpage_section {
flex: 0 0 48%;
flex: 0 0 auto;
margin: 0 2% 1em 0;
width: 48%;
}
.staticpage_section:nth-of-type(even) {