public/_static/site.css in utopia-project-0.1.0 vs public/_static/site.css in utopia-project-0.2.0
- old
+ new
@@ -87,23 +87,18 @@
li {
margin: 0.8rem;
}
-ul {
+ul.index {
padding: 0;
padding-left: 0.5rem;
margin: 0.5rem;
margin-bottom: 1rem;
list-style: none;
}
-lli:before {
- content: "›";
- margin-right: 0.4rem;
-}
-
li > ul, li > ol {
margin: 0;
}
h1 {
@@ -143,55 +138,7 @@
footer {
text-align: right;
font-size: 0.65rem;
margin: 1rem;
-}
-
-/* Editor */
-
-.editor form {
- position: absolute;
-
- display: flex;
- flex-direction: column;
- align-items: center;
-
- width: 100%;
- height: 100%;
-}
-
-.editor .header {
- flex-grow: 0;
- width: 100%;
-
- display: flex;
- justify-content: space-between;
- align-items: center;
-
- z-index: 10;
-
- border-bottom: 0.2rem solid var(--accent-color);
- background-color: var(--header-color);
-}
-
-.editor .header * {
- margin: 0.5rem;
-}
-
-.editor textarea {
- flex-grow: 1;
- width: 100%;
-
- resize: none;
- outline: none;
-
- box-sizing: border-box;
- margin: 0; padding: 0.5rem;
-
- border: none;
- background: none;
-}
-
-textarea {
- color: var(--main-color);
+ margin-top: 5rem;
}