mirror of
				https://github.com/Jermolene/TiddlyWiki5
				synced 2025-10-30 23:23:02 +00:00 
			
		
		
		
	Added Twitter Bootstrap styles
And started converting everything to using the new classes
This commit is contained in:
		| @@ -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
									
								
							
							
						
						
									
										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 | ||||
| copyright: ../copyright.txt | ||||
| style: bootstrap.css | ||||
| style: styles.css | ||||
|  | ||||
| tiddler: tiddlers/*.tid | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Jeremy Ruston
					Jeremy Ruston