mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-19 08:14:50 +00:00
Added Twitter Bootstrap styles
And started converting everything to using the new classes
This commit is contained in:
parent
cb97295fdb
commit
ed6cc0b7e3
@ -442,7 +442,7 @@ Static method to construct an error message
|
|||||||
*/
|
*/
|
||||||
var ErrorNode = function(text) {
|
var ErrorNode = function(text) {
|
||||||
return new ElementNode("span",{
|
return new ElementNode("span",{
|
||||||
"class": "tw-error"
|
"class": ["label","label-important"]
|
||||||
},[
|
},[
|
||||||
new TextNode(text)
|
new TextNode(text)
|
||||||
]);
|
]);
|
||||||
|
4067
tiddlywiki5/bootstrap.css
vendored
Normal file
4067
tiddlywiki5/bootstrap.css
vendored
Normal file
File diff suppressed because it is too large
Load Diff
@ -1,5 +1,6 @@
|
|||||||
template: tiddlywiki5.template.html
|
template: tiddlywiki5.template.html
|
||||||
copyright: ../copyright.txt
|
copyright: ../copyright.txt
|
||||||
|
style: bootstrap.css
|
||||||
style: styles.css
|
style: styles.css
|
||||||
|
|
||||||
tiddler: tiddlers/*.tid
|
tiddler: tiddlers/*.tid
|
||||||
|
Loading…
Reference in New Issue
Block a user