Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
C
cosc320-une
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Joshua Barlin
cosc320-une
Commits
188894ff
Verified
Commit
188894ff
authored
Aug 18, 2018
by
Joshua Barlin
Browse files
Options
Downloads
Plain Diff
Merge the things
parents
ea7f6d36
1d5d04a3
No related branches found
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
css/core.css
+7
-1
7 additions, 1 deletion
css/core.css
index.html
+2
-1
2 additions, 1 deletion
index.html
with
9 additions
and
2 deletions
css/core.css
+
7
−
1
View file @
188894ff
html
,
body
,
#wrapper
{
height
:
100%
;
font-family
:
'Gill Sans'
,
'Gill Sans MT'
,
Calibri
,
'Trebuchet MS'
,
sans-serif
}
#input-div
,
#output-div
{
height
:
90%
;
...
...
@@ -17,10 +18,15 @@ html, body, #wrapper{
}
#input-textarea
{
width
:
90%
;
height
:
87%
;
height
:
90%
;
border
:
solid
black
1px
;
padding
:
5px
;
border-radius
:
5px
;
}
#output-pre
{
height
:
90%
;
width
:
90%
;
border
:
solid
black
1px
;
padding
:
5px
;
border-radius
:
5px
;
}
\ No newline at end of file
This diff is collapsed.
Click to expand it.
index.html
+
2
−
1
View file @
188894ff
...
...
@@ -37,7 +37,8 @@
<div
id=
"input-controls"
>
<i
class=
"fas fa-bold"
></i>
<i
class=
"fas fa-italic"
></i>
<i
class=
"fas fa-underline"
></i>
<i
class=
"fas fa-font"
></i>
<i
class=
"fas fa-align-left"
></i>
<i
class=
"fas fa-align-center"
></i>
<i
class=
"fas fa-align-right"
></i>
<i
class=
"fas fa-paragraph"
></i>
<i
class=
"fas fa-list-ul"
></i>
<i
class=
"fas fa-list-ol"
></i>
<i
class=
"fas fa-paragraph"
></i>
<i
class=
"fas fa-list-ul"
></i>
<i
class=
"fas fa-list-ol"
></i>
<i
class=
"fas fa-link"
></i>
<i
class=
"fas fa-palette"
></i>
<i
class=
"fas fa-text-height"
></i>
<select
id=
"heading-size"
>
<option
value=
""
>
Heading
</option>
<option
value=
"h1"
>
Heading 1
</option>
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment