source: OpenWorkouts-current/ow/static/css/openworkouts.css @ 5ec3a0b

currentfeature/docs
Last change on this file since 5ec3a0b was 5ec3a0b, checked in by borja <borja@…>, 5 years ago

Imported sources from the old python2-only repository:

  • Modified the code so it is python 3.6 compatible
  • Fixed deprecation warnings, pyramid 1.10.x supported now
  • Fixed deprecation warnings about some libraries, like pyramid-simpleform
  • Added pytest-pycodestyle and pytest-flakes for automatic checks on the source code files when running tests.
  • Added default pytest.ini setup to enforce some default parameters when running tests.
  • Cleaned up the code a bit, catched up with tests coverage.
  • Property mode set to 100644
File size: 151 bytes
Line 
1
2#map {
3    height: 360px;
4}
5
6#ow-analysis {
7    float: left;
8    width: 98%;
9    padding: 10px;
10    font-size: 0.8em;
11    background-color: #eeeeee;
12}
Note: See TracBrowser for help on using the repository browser.