File tree 4 files changed +12
-4
lines changed
4 files changed +12
-4
lines changed Original file line number Diff line number Diff line change @@ -8,6 +8,14 @@ README last updated: 20 Dec 2020
8
8
9
9
![ screenshot] ( https://github.com/vtlim/textsmoosh/blob/master/screenshot.png )
10
10
11
+
12
+ ## Development setup
13
+ ```
14
+ conda create -n app_txt python=3.6
15
+ conda activate app_txt
16
+ conda install -c anaconda flask gunicorn
17
+ ```
18
+
11
19
## Contributors
12
20
Victoria Lim
13
21
Original file line number Diff line number Diff line change 5
5
font-size : 14px ;
6
6
padding-left : 15px ;
7
7
padding-top : 0.015px ;
8
- padding-bottom : 0.012 px ;
8
+ padding-bottom : 0.015 px ;
9
9
margin-top : 0px ;
10
10
}
11
11
Original file line number Diff line number Diff line change 9
9
< body >
10
10
11
11
< div class ="header ">
12
- < h1 > Process and combine multi-line text into a single line</ h1 >
12
+ < h1 style =" font-family:calibri; " > Process and combine multi-line text into a single line</ h1 >
13
13
</ div >
14
14
15
15
< form method ="POST " class ="myform ">
@@ -41,12 +41,12 @@ <h1>Process and combine multi-line text into a single line</h1>
41
41
< label for ="textbox-rm-end " class ="options-label2 "> Remove this many characters from the < b > end</ b > of each line.</ label >
42
42
< br >
43
43
< input type ="checkbox " id ="checkbox-spaces " name ="remove-all-spaces "/>
44
- < label for ="checkbox-spaces " class ="options-label1 "> Remove ALL whitespace characters in each line</ label >
44
+ < label for ="checkbox-spaces " class ="options-label1 "> Remove ALL whitespace characters in each line. </ label >
45
45
< br >
46
46
< input id ="textbox-delimiter " name ="delimiter " style ="width:40px "/>
47
47
< label for ="textbox-delimiter " class ="options-label2 "> Insert character(s) between each line before combining.< br > Leave empty for no delimiter.</ label >
48
48
</ div >
49
-
49
+
50
50
</ form >
51
51
52
52
</ body >
You can’t perform that action at this time.
0 commit comments