logo

rc-status-page

Unnamed repository; edit this file 'description' to name the repository.

rc-status-page.css (141B)


  1. .service-started { color:green; }
  2. .service-stopped { color:red; }
  3. .service-crashed { color:red; }
  4. body {
  5. display: table;
  6. margin: 0 auto;
  7. }