Skip to content

Commit

Permalink
More deco
Browse files Browse the repository at this point in the history
  • Loading branch information
jpxd committed Sep 14, 2015
1 parent 3af8144 commit 88b63ce
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions static/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,11 @@ html, body {
margin-top: 35px;
}

#header a {
color: black;
text-decoration: none;
}

#content #content_header #edit_save_buttons {
float: right;
font-size: 16px;
Expand Down Expand Up @@ -43,7 +48,7 @@ html, body {
}

#navigation #temp_new_folder {
margin-top: 20px;
margin: 10px 10px 0px 10px
}

#navigation #temp_new_folder input {
Expand Down Expand Up @@ -100,7 +105,10 @@ pre code {
padding: 0;
background: inherit;
font-family: 'PT Mono', monospace;
white-space: pre-line;
}

code {
white-space: pre-wrap;
}

img {
Expand Down

0 comments on commit 88b63ce

Please sign in to comment.