Removing out of date info, fixing h1 and h2s
This commit is contained in:
parent
48fb647c16
commit
972e1ba7af
17 changed files with 100 additions and 207 deletions
9
docs/css/creative.min.css
vendored
9
docs/css/creative.min.css
vendored
|
@ -36,21 +36,24 @@ a:hover{
|
|||
}
|
||||
|
||||
h1,h2,h3,h4,h5,h6{
|
||||
font-family:'Open Sans','Helvetica Neue',Arial,sans-serif
|
||||
font-family:'Open Sans','Helvetica Neue',Arial,sans-serif;
|
||||
}
|
||||
|
||||
/* Table Properties */
|
||||
table{
|
||||
border: 2px solid #f05f40;
|
||||
padding: 20px;
|
||||
}
|
||||
|
||||
th{
|
||||
background-color: #f05f40
|
||||
background-color: #f05f40;
|
||||
text-align: center;
|
||||
color: white;
|
||||
}
|
||||
|
||||
tr, td{
|
||||
padding: 15px;
|
||||
text-align: left;
|
||||
border-bottom: 1px solid #f05f40
|
||||
}
|
||||
|
||||
/* Theme Colors */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue