Skip to content

Commit

Permalink
get back to basics
Browse files Browse the repository at this point in the history
  • Loading branch information
diclophis committed Nov 25, 2012
1 parent 9681c4e commit d05e118
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 43 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
boot.rb
log/risingcode.log
45 changes: 2 additions & 43 deletions public/stylesheets/main.css
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
/* Edited with EditCSS */
/**** LINK-tag style sheet main.css ****/

/* RisingCode based on Simpla */
/*
* { margin:0; padding:0;}
span.snippet { margin: 0.25em 0 1em 0; display: block; overflow: auto; white-space: nowrap; background-color: #000000; font-family: monospace; color: #ffffff; padding: 4px; border: 1px solid #777777; font-size: 1.1em; }
.Identifier { color: #00ffff; }
Expand Down Expand Up @@ -55,7 +52,6 @@ h1,h2,h3,h4,h5,h6 {
}
h1 a, h2 a {
/* #646463 */
color: #646463;
}
h1 { font-size: 1.6em; color: #000; }
Expand Down Expand Up @@ -96,9 +92,6 @@ textarea {
#header {
width: 175px;
/*
height: 400px;
*/
float: left;
padding: 10px;
margin: 180px 0 0 0;
Expand Down Expand Up @@ -173,47 +166,13 @@ pre {
padding: 2px;
}
/*
td pre {
border: 1px solid #777777;
border-top: 1px solid #777777;
border-bottom: 1px solid #777777;
border-left: 1px solid #777777;
background-color: #dfdfdf;
margin: 0;
padding: 2px;
}
*/

/*
iframe {
width: 100%;
height: 100%;
border: 0;
}
*/
/*
.rownumber {
margin: 0px;
padding: 0px 20px 0px 1px;
background-color: #000000;
font-family: monospace;
color: #ffffff;
border: 0px;
}
*/


div.experience h3 {
display: inline;
clear: none;
}
div.experience h4 {
display: inline;
/*
font-size: smaller;
*/
margin-left: 1em;
}
Expand Down Expand Up @@ -266,4 +225,4 @@ span#wait {
#content { width: 8.25in; border: 0px; margin: 0; float: center; }
.unprintable { display: none; }
}

*/

0 comments on commit d05e118

Please sign in to comment.