forked from cory/tildefriends
		
	Minor HTML tweaks.
git-svn-id: https://www.unprompted.com/svn/projects/tildefriends/trunk@3841 ed5197a5-7fde-0310-b194-c3ffbd925b24
This commit is contained in:
		@@ -5,7 +5,6 @@
 | 
			
		||||
		<link type="text/css" rel="stylesheet" href="/static/style.css">
 | 
			
		||||
		<link type="image/png" rel="shortcut icon" href="/static/favicon.png">
 | 
			
		||||
		<meta name="viewport" content="width=device-width, initial-scale=1">
 | 
			
		||||
		<!--HEAD-->
 | 
			
		||||
	</head>
 | 
			
		||||
	<body style="display: flex; flex-flow: column">
 | 
			
		||||
		<div class="navigation">
 | 
			
		||||
@@ -36,9 +35,8 @@
 | 
			
		||||
					<input type="button" id="revert" name="revert" value="Revert to Saved" onclick="revert()">
 | 
			
		||||
				</div>
 | 
			
		||||
				<div class="hbox" style="height: 100%">
 | 
			
		||||
					<div id="filesPane">
 | 
			
		||||
						<ul id="files">
 | 
			
		||||
						</ul>
 | 
			
		||||
					<div id="filesPane" style="flex: 1 1 10%">
 | 
			
		||||
						<ul id="files"></ul>
 | 
			
		||||
						<br>
 | 
			
		||||
						<div><button onclick="newFile()">New File</button></div>
 | 
			
		||||
						<div><button onclick="removeFile()">Remove File</button></div>
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user