Created
June 14, 2012 16:46
-
-
Save pahund/2931426 to your computer and use it in GitHub Desktop.
Kanban History
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* Kanban History | |
*/ | |
#kanbanHistory { | |
padding: 10px; | |
border-radius: 10px; | |
box-shadow: 5px 5px 10px 0 black; | |
background: linear-gradient(#114070 25px, #3C78B5 30px, white 35px); | |
} | |
#kanbanHistory h1 { | |
font-family: sans-serif; | |
margin: 0 0 10px 0; | |
color: white; | |
font-size: 16px; | |
text-shadow: 2px 2px 1px black; | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!-- content to be placed inside <body>…</body> --> | |
<div id="kanbanHistory"> | |
<h1>Kanban History</h1> | |
<table> | |
<thead> | |
<tr> | |
<th>Date</th><th>Column</th><th>Duration</th> | |
</tr> | |
<tbody> | |
</div> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"view":"split","fontsize":"100","seethrough":"","prefixfree":"1","page":"all"} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment