Skip to content

Instantly share code, notes, and snippets.

View st-gwerner's full-sized avatar

Grady Werner st-gwerner

View GitHub Profile
@st-gwerner
st-gwerner / gist:6675196
Created September 23, 2013 18:57
Tabbed XSL transform for JetBrains Duplicate Finder using Twitter Bootstrap.
<?xml version="1.0" encoding="utf-8"?>
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
<xsl:output method="html" indent="yes" />
<xsl:template match="/">
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="stylesheet" href="http://netdna.bootstrapcdn.com/bootstrap/3.0.0/css/bootstrap.min.css" />
<link rel="stylesheet" href="http://netdna.bootstrapcdn.com/bootstrap/3.0.0/css/bootstrap-theme.min.css" />
</head>