aboutsummaryrefslogtreecommitdiff
path: root/css
Commit message (Collapse)AuthorAge
* fix double-navigation on touch for some android systemsHakim El Hattab2014-06-28
|
* overview slide size matches defaultsHakim El Hattab2014-06-24
|
* shift a few additional styles from core to themeHakim El Hattab2014-06-11
|
* move large chunk of content styles from core css to theme cssHakim El Hattab2014-06-11
|
* more flexible keyboard shortcut table stylesHakim El Hattab2014-06-09
|
* adjust list of displayed key shortcuts #943Hakim El Hattab2014-06-09
|
* merge and tweak key shortcuts overlay #943Hakim El Hattab2014-06-09
|
* Merge remote-tracking branch 'upstream/dev' into keyboard_shortcuts_overlaynavateja2014-06-09
|\
| * move paragraph styles to themeHakim El Hattab2014-05-26
| |
| * additional monospace options for phantomjsHakim El Hattab2014-05-23
| |
| * dont specify hyphens auto, behavior/rendering varies between browsersHakim El Hattab2014-05-21
| |
| * hide slide numbers while printing to pdf #885Hakim El Hattab2014-05-20
| |
| * no need to override font sizes after updates to pdf printingHakim El Hattab2014-05-10
| |
| * limit size of media elements when printing to pdfHakim El Hattab2014-05-04
| |
| * reduce max-height of images in pdfsHakim El Hattab2014-05-04
| |
| * ensure pdf pages are never zero-heightHakim El Hattab2014-04-29
| |
| * getSlideBackground now works in pdf mode, add pdf testsHakim El Hattab2014-04-27
| |
| * lazy load all slide backgroundsHakim El Hattab2014-04-27
| |
| * fix #627Hakim El Hattab2014-04-27
| |
| * abide by configured width/height when printing to pdfHakim El Hattab2014-04-26
| |
| * improvements to print stylesheetHakim El Hattab2014-04-26
| |
| * fix non-pdf printing (closes #881)Hakim El Hattab2014-04-26
| |
| * revert from flexbox for pdf centering, use js for PDF setupHakim El Hattab2014-04-23
| |
| * fix css syntax errorHakim El Hattab2014-04-13
| |
| * better transition names, fix background images in vertical slidesHakim El Hattab2014-04-06
| |
| * stop tracking minified files #783Hakim El Hattab2014-04-06
| |
| * revamped and greatly simplified the layout of .slidesHakim El Hattab2014-04-03
| |
| * use flexbox for vertically centered printing #862Hakim El Hattab2014-04-03
| |
| * start work on video backgrounds #751Hakim El Hattab2014-03-26
| |
| * disable transition into and out of overview mode #829Hakim El Hattab2014-03-25
| |
| * tweak table margins, dont reset 'i' element #803Hakim El Hattab2014-03-25
| |
| * merge upgrade of highlight.js, add base styles to pre code, dont limit ↵Hakim El Hattab2014-03-25
| | | | | | | | language detection in index.html #809
| * prevent invisible fragments from capturing mouse events #845Hakim El Hattab2014-03-25
| |
| * don't reduce line height for all headings in base theme (#753)Hakim El Hattab2014-02-25
| |
| * drop -o-transition and -ms-transitionHakim El Hattab2014-02-17
| |
| * remove all use of :not(.image)Hakim El Hattab2014-02-17
| |
| * update (c) yearHakim El Hattab2014-02-16
| |
| * define basic black/white colors in the default, non-themed, stylesHakim El Hattab2014-02-03
| |
| * fix data-transition overrides #760Hakim El Hattab2013-12-20
| |
| * merge table styles #761, tweak table paddingHakim El Hattab2013-12-20
| |\
| | * Table StyleWachiwi2013-12-17
| | |
| * | compile assetsHakim El Hattab2013-12-20
| | |
| * | Merge branch 'patch-2' of https://github.com/RyDroid/reveal.js into devHakim El Hattab2013-12-20
| |\ \
| | * | Update reveal.cssRyDroid2013-12-19
| | | | | | | | | | | | Correction of a small error
| * | | rebuild stylesHakim El Hattab2013-12-10
| | | |
| * | | Improve formatting of dl elementsDiomidis Spinellis2013-12-10
| | | |
| * | | add strike fragment style #737Hakim El Hattab2013-12-03
| | | |
| * | | merge support for ie 11 touchHakim El Hattab2013-12-02
| |\ \ \ | | |/ / | |/| |
| | * | windows.navigator.pointerEnabledolivierbloch2013-10-01
| | | | | | | | | | | | | | | | | | | | | | | | for backward compatibility reasons, IE11 sets both msPointerEnabled and pointerEnabled. Changed the order for the test and added 'else if' to not duplicate handlers on pointer events
| | * | IE11 Supportolivierbloch2013-10-01
| | |\ \ | | | | | | | | | | | | | | | | | | | | Added unprefixed touch-action CSS attribute Added unprefixed pointer events handlers hooks