Browse Source

Whitespace cleanup

pull/110/head
Ruud 13 years ago
parent
commit
71e5fb5346
  1. 1
      couchpotato/core/plugins/movie/static/movie.css
  2. 2
      couchpotato/static/style/main.css
  3. 3
      couchpotato/static/style/page/settings.css

1
couchpotato/core/plugins/movie/static/movie.css

@ -469,4 +469,3 @@
.movies .alph_nav .more_menu > a {
background-position: center -157px;
}

2
couchpotato/static/style/main.css

@ -13,6 +13,7 @@ body {
background: #4e5969;
overflow-y: scroll;
height: 100%;
text-align: justify;
}
body.noscroll { overflow: hidden; }
@ -285,6 +286,7 @@ body > .spinner, .mask{
padding: 5px;
display: block;
border-bottom: 1px solid rgba(0,0,0,0.2);
word-wrap: break-word;
}
.header .notification_menu li > span { color: #777; }
.header .notification_menu li:last-child > span { border: 0; }

3
couchpotato/static/style/page/settings.css

@ -1,6 +1,3 @@
/* @override
http://127.0.0.1:5000/_api_/static/style/page/settings.css */
.page.settings:after {
content: ".";
display: block;

Loading…
Cancel
Save