-
-
Notifications
You must be signed in to change notification settings - Fork 195
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge remote-tracking branch 'origin/release/0.19'
- Loading branch information
Showing
180 changed files
with
4,065 additions
and
3,433 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,7 @@ | ||
# Welcome to Alaveteli! | ||
|
||
[![Build Status](https://secure.travis-ci.org/mysociety/alaveteli.png)](http://travis-ci.org/mysociety/alaveteli) [![Dependency Status](https://gemnasium.com/mysociety/alaveteli.png)](https://gemnasium.com/mysociety/alaveteli) [![Coverage Status](https://coveralls.io/repos/mysociety/alaveteli/badge.png?branch=rails-3-develop)](https://coveralls.io/r/mysociety/alaveteli) [![Code Climate](https://codeclimate.com/github/mysociety/alaveteli.png)](https://codeclimate.com/github/mysociety/alaveteli) | ||
[![Installability: Gold](http://img.shields.io/badge/installability-gold-ffd700.svg "Installability: Gold")](http://mysociety.github.io/installation-standards.html) | ||
|
||
This is an open source project to create a standard, internationalised | ||
platform for making Freedom of Information (FOI) requests in different | ||
|
@@ -17,12 +18,12 @@ Please join our mailing list at | |
https://groups.google.com/group/alaveteli-dev and introduce yourself, or | ||
drop a line to [email protected] to let us know that you're using Alaveteli. | ||
|
||
Some documentation can be found in the | ||
[`doc/` folder](https://github.com/mysociety/alaveteli/tree/master/doc). | ||
There's background information and more documentation on | ||
[our wiki](https://github.com/mysociety/alaveteli/wiki/Home/), and lots | ||
of useful information (including a blog) on | ||
[the project website](http://alaveteli.org) | ||
There's lots of useful information and documentation (including a blog) | ||
on [the project website](http://alaveteli.org). There's background | ||
information and notes on [our | ||
wiki](https://github.com/mysociety/alaveteli/wiki/Home/), and upgrade | ||
notes in the [`doc/` | ||
folder](https://github.com/mysociety/alaveteli/tree/master/doc/CHANGES.md) | ||
|
||
## How to contribute | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -45,6 +45,10 @@ | |
|
||
img { | ||
display: inherit; | ||
@include lte-ie7 { | ||
display: block; | ||
} | ||
} | ||
|
||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -222,4 +222,7 @@ div.pagination { | |
|
||
} | ||
|
||
|
||
/* Search result highlighting */ | ||
.highlight { | ||
background:#FF0; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.