diff options
author | Brion Vibber <brion@pobox.com> | 2010-09-03 18:01:08 -0700 |
---|---|---|
committer | Brion Vibber <brion@pobox.com> | 2010-09-03 18:01:08 -0700 |
commit | 58b5ff718a5fa209dce5dd23d6d0fb35d30facd6 (patch) | |
tree | 14886167c3e37872c48cf2fd76cd284fb85c3220 /theme/identica | |
parent | ab0ced4dfd22ae153c835a90cab36a037e6a6b72 (diff) | |
parent | cc6e4c93e5085b21b7f7b5cbdecc42ffc470ffae (diff) |
Merge branch 'testing' of gitorious.org:statusnet/mainline into testing
Diffstat (limited to 'theme/identica')
-rw-r--r-- | theme/identica/css/display.css | 2 | ||||
-rw-r--r-- | theme/identica/css/ie.css | 7 |
2 files changed, 8 insertions, 1 deletions
diff --git a/theme/identica/css/display.css b/theme/identica/css/display.css index d7f150bcb..755775cf2 100644 --- a/theme/identica/css/display.css +++ b/theme/identica/css/display.css @@ -3,7 +3,7 @@ * @package StatusNet * @author Sarven Capadisli <csarven@status.net> * @copyright 2009-2010 StatusNet, Inc. - * @license http://www.fsf.org/licensing/licenses/agpl-3.0.html GNU Affero General Public License version 3.0 + * @license http://creativecommons.org/licenses/by/3.0/ Creative Commons Attribution 3.0 Unported * @link http://status.net/ */ diff --git a/theme/identica/css/ie.css b/theme/identica/css/ie.css index f69c13ae7..62b62748b 100644 --- a/theme/identica/css/ie.css +++ b/theme/identica/css/ie.css @@ -1,3 +1,10 @@ +/** + * @package StatusNet + * @author Sarven Capadisli <csarven@status.net> + * @copyright 2009-2010 StatusNet, Inc. + * @license http://creativecommons.org/licenses/by/3.0/ Creative Commons Attribution 3.0 Unported + * @link http://status.net/ + */ /* IE specific styles */ .notice-options input.submit { |