Remove rounded corners and box shadows.
These announce a design ambition, but hey I don't know how to do that properly :D
This commit is contained in:
parent
9fbfdaca6b
commit
4308cc6721
1 changed files with 0 additions and 8 deletions
|
@ -14,7 +14,6 @@ body {
|
||||||
border-style: solid;
|
border-style: solid;
|
||||||
border-style: gray;
|
border-style: gray;
|
||||||
border-width: 2px;
|
border-width: 2px;
|
||||||
border-radius: 10px;
|
|
||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
width: 900px;
|
width: 900px;
|
||||||
padding: 15px;
|
padding: 15px;
|
||||||
|
@ -24,7 +23,6 @@ body {
|
||||||
background-color: lightcyan;
|
background-color: lightcyan;
|
||||||
border-style: solid;
|
border-style: solid;
|
||||||
border-width: 2px;
|
border-width: 2px;
|
||||||
border-radius: 10px;
|
|
||||||
margin: 0 auto 5px auto;
|
margin: 0 auto 5px auto;
|
||||||
|
|
||||||
width: 905px;
|
width: 905px;
|
||||||
|
@ -32,8 +30,6 @@ body {
|
||||||
|
|
||||||
display: flex;
|
display: flex;
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
|
|
||||||
box-shadow: 0px 0px 8px #888888 inset;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
img.me {
|
img.me {
|
||||||
|
@ -82,9 +78,7 @@ table.quicklinks {
|
||||||
h2 {
|
h2 {
|
||||||
background-color: lightcyan;
|
background-color: lightcyan;
|
||||||
padding: 10px;
|
padding: 10px;
|
||||||
border-radius: 5px;
|
|
||||||
margin-top: 30px;
|
margin-top: 30px;
|
||||||
box-shadow: 0px 0px 8px #888888 inset;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
h3 {
|
h3 {
|
||||||
|
@ -140,8 +134,6 @@ h1.title {
|
||||||
pre.example {
|
pre.example {
|
||||||
padding: 8px 5px 8px 30px;
|
padding: 8px 5px 8px 30px;
|
||||||
background-color: cornsilk;
|
background-color: cornsilk;
|
||||||
border-radius: 5px;
|
|
||||||
box-shadow: 0px 0px 8px #888888 inset;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue