diff options
Diffstat (limited to 'zarb-ml/mageia-sysadm/attachments/20120515')
-rw-r--r-- | zarb-ml/mageia-sysadm/attachments/20120515/05b33f74/attachment-0001.obj | 50 | ||||
-rw-r--r-- | zarb-ml/mageia-sysadm/attachments/20120515/05b33f74/attachment.obj | 50 |
2 files changed, 100 insertions, 0 deletions
diff --git a/zarb-ml/mageia-sysadm/attachments/20120515/05b33f74/attachment-0001.obj b/zarb-ml/mageia-sysadm/attachments/20120515/05b33f74/attachment-0001.obj new file mode 100644 index 000000000..b06f73e61 --- /dev/null +++ b/zarb-ml/mageia-sysadm/attachments/20120515/05b33f74/attachment-0001.obj @@ -0,0 +1,50 @@ +Index: root/static/style/ttsite.css +=================================================================== +--- root/static/style/ttsite.css (revision 4521) ++++ root/static/style/ttsite.css (working copy) +@@ -1,7 +1,9 @@ + /* begin changes obgr_seneca */ + html, body { + background: #ddd; ++ margin: 0; padding: 0; + } ++#mgnavdoc { margin: 10px; } + + #doc { + -webkit-box-shadow: 0 0 10px #444; +Index: root/template/html +=================================================================== +--- root/template/html (revision 4521) ++++ root/template/html (working copy) +@@ -1,18 +1,19 @@ +-<?xml version="1.0" encoding="utf-8"?> + <!DOCTYPE html> +-<html xmlns="http://www.w3.org/1999/xhtml" lang="en" dir="ltr"> ++<html lang="en" dir="ltr"> + <head> +- <meta charset="utf-8" /> ++ <meta charset="utf-8"> + <title>[% template.title or site.title or c.config.apptitle %]</title> +- <meta name="description" content="Mageia.org online user account panel" /> +- <meta name="keywords" content="mageia, user, account, password" /> +- <meta name="robots" content="index,nofollow" /> +- <link rel="stylesheet" type="text/css" href="/static/style/yui/reset-fonts-grids.css" /> +- <link rel="stylesheet" type="text/css" href="/static/style/yui/base-min.css" /> +- <link rel="stylesheet" type="text/css" href="/static/style/ttsite.css" /> +- <link rel="icon" type="image/png" href="/g/favicon.png" /> ++ <meta name="description" content="Mageia.org online user account panel"> ++ <meta name="keywords" content="mageia, user, account, password"> ++ <meta name="robots" content="index,nofollow"> ++ <link rel="stylesheet" type="text/css" href="/static/style/yui/reset-fonts-grids.css"> ++ <link rel="stylesheet" type="text/css" href="/static/style/yui/base-min.css"> ++ <link rel="stylesheet" type="text/css" href="/static/style/ttsite.css"> ++ <link rel="icon" type="image/png" href="/g/favicon.png"> + </head> +-<body> +-[% content %] ++<body class="you"> ++ <div id="mgnavdoc">[% content %]</div> ++ ++ <script src="//www.mageia.org/_nav/js/"></script> + </body> + </html>
\ No newline at end of file diff --git a/zarb-ml/mageia-sysadm/attachments/20120515/05b33f74/attachment.obj b/zarb-ml/mageia-sysadm/attachments/20120515/05b33f74/attachment.obj new file mode 100644 index 000000000..b06f73e61 --- /dev/null +++ b/zarb-ml/mageia-sysadm/attachments/20120515/05b33f74/attachment.obj @@ -0,0 +1,50 @@ +Index: root/static/style/ttsite.css +=================================================================== +--- root/static/style/ttsite.css (revision 4521) ++++ root/static/style/ttsite.css (working copy) +@@ -1,7 +1,9 @@ + /* begin changes obgr_seneca */ + html, body { + background: #ddd; ++ margin: 0; padding: 0; + } ++#mgnavdoc { margin: 10px; } + + #doc { + -webkit-box-shadow: 0 0 10px #444; +Index: root/template/html +=================================================================== +--- root/template/html (revision 4521) ++++ root/template/html (working copy) +@@ -1,18 +1,19 @@ +-<?xml version="1.0" encoding="utf-8"?> + <!DOCTYPE html> +-<html xmlns="http://www.w3.org/1999/xhtml" lang="en" dir="ltr"> ++<html lang="en" dir="ltr"> + <head> +- <meta charset="utf-8" /> ++ <meta charset="utf-8"> + <title>[% template.title or site.title or c.config.apptitle %]</title> +- <meta name="description" content="Mageia.org online user account panel" /> +- <meta name="keywords" content="mageia, user, account, password" /> +- <meta name="robots" content="index,nofollow" /> +- <link rel="stylesheet" type="text/css" href="/static/style/yui/reset-fonts-grids.css" /> +- <link rel="stylesheet" type="text/css" href="/static/style/yui/base-min.css" /> +- <link rel="stylesheet" type="text/css" href="/static/style/ttsite.css" /> +- <link rel="icon" type="image/png" href="/g/favicon.png" /> ++ <meta name="description" content="Mageia.org online user account panel"> ++ <meta name="keywords" content="mageia, user, account, password"> ++ <meta name="robots" content="index,nofollow"> ++ <link rel="stylesheet" type="text/css" href="/static/style/yui/reset-fonts-grids.css"> ++ <link rel="stylesheet" type="text/css" href="/static/style/yui/base-min.css"> ++ <link rel="stylesheet" type="text/css" href="/static/style/ttsite.css"> ++ <link rel="icon" type="image/png" href="/g/favicon.png"> + </head> +-<body> +-[% content %] ++<body class="you"> ++ <div id="mgnavdoc">[% content %]</div> ++ ++ <script src="//www.mageia.org/_nav/js/"></script> + </body> + </html>
\ No newline at end of file |