mirror of https://github.com/rusefi/msqur.git
rm old stuff
This commit is contained in:
parent
ac8e1c3b48
commit
b862b1bebc
|
@ -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
|
37
view.css
37
view.css
|
@ -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;
|
||||
}
|
Loading…
Reference in New Issue