Commit e17ef151 authored by d11e9's avatar d11e9

allow publishing gists and toggle rhp

parent 31ca4c4d
This diff is collapsed.
...@@ -17,7 +17,7 @@ body { ...@@ -17,7 +17,7 @@ body {
height: 2.5em; height: 2.5em;
box-sizing: border-box; box-sizing: border-box;
line-height: 2em; line-height: 2em;
padding: 0.5em 0.5em 0; padding: 0.5em 0 0;
} }
#files .file, #files .file,
...@@ -31,12 +31,28 @@ body { ...@@ -31,12 +31,28 @@ body {
position: relative; position: relative;
} }
#files .newFile { #files .newFile,
#files .toggleRHP {
background-color: #B1EAC5; background-color: #B1EAC5;
font-weight: bold; font-weight: bold;
color: #4E775D; color: #4E775D;
} }
#files .toggleRHP {
float: right;
cursor: pointer;
}
#files .toggleRHP:before {
content: ">>";
width: 2em;
padding: 0 0.6em;
box-sizing: border-box;
}
#files .toggleRHP.toggled:before {
content: "<<";
}
#files .file.active { #files .file.active {
font-weight: bold; font-weight: bold;
border-bottom: 0 none; border-bottom: 0 none;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment