diff --git a/LICENSE b/LICENSE index 3d26138..3f12183 100644 --- a/LICENSE +++ b/LICENSE @@ -1,17 +1,17 @@ The MIT License - + Copyright (c) 2009 Gareth Rushgrove - + Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: - + The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. - + THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE diff --git a/README.textile b/README.textile index eb4b3c4..86bef24 100644 --- a/README.textile +++ b/README.textile @@ -26,7 +26,7 @@ The application has an optional message queue backend which can be enabled in th Other AMQP compliant message queues should work but it's currently only tested with Rabbit. -If you are intending to do any development on Asteroid, or just want to look more closely at the code, I'd recommend installing +If you are intending to do any development on Asteroid, or just want to look more closely at the code, I'd recommend installing * Clue - "http://github.com/garethr/django-clue/tree/master":http://github.com/garethr/django-clue/tree/master * Test Extensions - "http://github.com/garethr/django-test-extensions/tree/master":http://github.com/garethr/django-test-extensions/tree/master @@ -74,19 +74,19 @@ This is an early release that just about _works for me_. I can already see a num h2. Licence The MIT License - + Copyright (c) 2009 Gareth Rushgrove - + Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: - + The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. - + THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE diff --git a/asteroid/media/css/base.css b/asteroid/media/css/base.css index abe1ec2..0eccb00 100644 --- a/asteroid/media/css/base.css +++ b/asteroid/media/css/base.css @@ -37,7 +37,7 @@ section>footer { } section>footer a { color: #CCC; -} +} section#main { width: 90%; margin: 0 auto; @@ -105,7 +105,7 @@ li.failed a { color: #FFF; padding: 1px 15px; font-size: 75%; - + } .commands li a.button:hover { background: #ACACAC; @@ -133,7 +133,7 @@ section.run nav { font-size: 75%; } section.run nav a { - color: #CCC; + color: #CCC; } pre { diff --git a/asteroid/runner/templates/list_runs.html b/asteroid/runner/templates/list_runs.html index 93ce66c..82d7604 100644 --- a/asteroid/runner/templates/list_runs.html +++ b/asteroid/runner/templates/list_runs.html @@ -21,7 +21,7 @@