rm old stuff

This commit is contained in:
nearwood 2014-10-16 17:04:22 -04:00
parent ac8e1c3b48
commit b862b1bebc
2 changed files with 0 additions and 86 deletions

View File

@ -1,49 +0,0 @@
# README #
TuneShare
Skip the frontend magic and just use PHP, works easier for colorizing and normalization.
# TODO #
1. Upload file
1. Store files in DB instead of FS? Store gzipped
1. Parse File, show basic info
1. Show Fuel Table
1. Show Timing Table
1. Add Ads
1. Show extended info (warmup, etc.)
1. Allow download
1. Allow download of just fuel/spark tables
1. Sign-in
1. Updating/Versioning/Differential MSQ info
Uploader (user)/Manager (admin)
Parser
Displayer
### What is this repository for? ###
* Quick summary
* Version
* [Learn Markdown](https://bitbucket.org/tutorials/markdowndemo)
### How do I get set up? ###
* Summary of set up
* Configuration
* Dependencies
* Database configuration
* How to run tests
* Deployment instructions
### Contribution guidelines ###
* Writing tests
* Code review
* Other guidelines
### Who do I talk to? ###
* Repo owner or admin
* Other community or team contact

View File

@ -1,37 +0,0 @@
table{
border-collapse: collapse;
border: 1px solid #CCC;
}
table caption {
caption-side: top;
font-size: 2em;
font-style: bold;
text-align: left;
padding: 0.2em;
}
table td:hover {
background-color: yellow;
}
table th, table td {
padding: 0.5em;
border: 1px dotted #333;
}
/* eh, need to switch top/bottom border dep. on where the header is */
table th[scope=col] {
border-top: 2px solid #333;
border-right: 2px solid #333;
}
/* inbetween headers but not ends */
table th+th[scope=col] {
border-right: 1px dotted #666;
}
table th[scope=row] {
border-right: 2px solid #333;
}