diff options
Diffstat (limited to 'website')
-rw-r--r-- | website/local.css | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/website/local.css b/website/local.css index de0f196..b2d86c7 100644 --- a/website/local.css +++ b/website/local.css @@ -1,3 +1,22 @@ +/* CSS for web.monkeysphere.info + +Copyright: 2008,2009 + +Authors: +Dan Scott, +Daniel Kahn Gillmor <dkg@fifthhorseman.net>, +Jameson Graef Rollins <jrollins@finestructure.net>, +Jamie McClelland <jm@mayfirst.org> + +License: This stylesheet is licensed under the GNU GPL, version 3 or +later (your choice). + +The full text of the GPL can be found at: + + http://www.gnu.org/licenses/gpl.html + + */ + h1 { -moz-border-radius: 4px; background-color: #B67B4E; |