1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-07-01 01:33:16 +00:00

Added Twitter Bootstrap styles

And started converting everything to using the new classes
This commit is contained in:
Jeremy Ruston 2012-03-05 15:13:25 +00:00
parent cb97295fdb
commit ed6cc0b7e3
3 changed files with 4069 additions and 1 deletions

View File

@ -442,7 +442,7 @@ Static method to construct an error message
*/
var ErrorNode = function(text) {
return new ElementNode("span",{
"class": "tw-error"
"class": ["label","label-important"]
},[
new TextNode(text)
]);

4067
tiddlywiki5/bootstrap.css vendored Normal file

File diff suppressed because it is too large Load Diff

View File

@ -1,5 +1,6 @@
template: tiddlywiki5.template.html
copyright: ../copyright.txt
style: bootstrap.css
style: styles.css
tiddler: tiddlers/*.tid