mirror of
https://github.com/ikrpg/ikrpg.github.io.git
synced 2026-05-13 06:26:26 +00:00
modified css
This commit is contained in:
parent
c44ea3b32f
commit
f1edfcbdf8
3 changed files with 4 additions and 2 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
|
@ -30,4 +30,5 @@ _site
|
||||||
Makefile
|
Makefile
|
||||||
_posts/0000-01-01-Todo.html
|
_posts/0000-01-01-Todo.html
|
||||||
_posts/0000-01-01-Example-Markup.html
|
_posts/0000-01-01-Example-Markup.html
|
||||||
README.md
|
README.md
|
||||||
|
_posts/Careers
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
div.sheet { margin: 2em auto 0 auto; width: 699px; height: 988px; background-repeat: no-repeat; }
|
div.sheet { margin: 2em auto 0 auto; width: 699px; height: 988px; background-repeat: no-repeat; }
|
||||||
|
|
||||||
div.sheet > form.card { height: 988px; width: 699px; background-repeat: no-repeat; overflow: hidden; }
|
div.sheet > form.card { height: 988px; width: 699px; background-repeat: no-repeat; }
|
||||||
div.sheet > form.card input,
|
div.sheet > form.card input,
|
||||||
div.sheet > form.card textarea { height: 30px; font-family: Georgia; font-size: 23px; text-align: justify; color: #333; background: none; border: none; }
|
div.sheet > form.card textarea { height: 30px; font-family: Georgia; font-size: 23px; text-align: justify; color: #333; background: none; border: none; }
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,6 @@
|
||||||
section.content > table.full {
|
section.content > table.full {
|
||||||
width: 100%; }
|
width: 100%; }
|
||||||
|
section.content > img.right,
|
||||||
section.content > table.right {
|
section.content > table.right {
|
||||||
float: right;
|
float: right;
|
||||||
margin-left: 1em;
|
margin-left: 1em;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue