Skip to content

Instantly share code, notes, and snippets.

View laguiz's full-sized avatar

Maxence Warzecha laguiz

View GitHub Profile
@laguiz
laguiz / flyingsauver-fs-table-paginate-borderissue
Created May 3, 2013 14:32
Workaround to work with Flying Saucer table border and fs-table-paginate
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Fake page</title>
<style type="text/css">
@laguiz
laguiz / include-gist.html
Last active December 24, 2015 14:19
Blogger : Add github gist into blogger Thanks to https://github.com/moski/gist-Blogger
<!-- Include the Gist -->
<div class="gistLoad" data-id="6811191" id="gist-6811191">Loading ....</div>
<!-- Add this at the end of the html -->
<script src="https://raw.github.com/moski/gist-Blogger/master/public/gistLoader.js" type="text/javascript"></script>
@laguiz
laguiz / designer.html
Last active August 29, 2015 14:11
designer
<link rel="import" href="../chart-js/chart-js.html">
<link rel="import" href="../core-icon-button/core-icon-button.html">
<link rel="import" href="../core-toolbar/core-toolbar.html">
<polymer-element name="my-element">
<template>
<style>
:host {
position: absolute;