~ubuntu-start-page/ubuntu-start-page/trunk

« back to all changes in this revision

Viewing changes to www/9.10/index.html.ca

  • Committer: axino
  • Date: 2019-06-05 08:30:27 UTC
  • mfrom: (150.1.1 ubuntu-start-page)
  • Revision ID: axino@canonical.com-20190605083027-wi3zhkad20o37a5p
[axino,r=t0mb0] switch any occurrence of http://start.ubuntu.com to https

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
<html xmlns="http://www.w3.org/1999/xhtml" lang="ca"><head>
3
3
<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
4
4
  <title>Pàgina d'inici de l'Ubuntu</title>
5
 
  <link rel="shortcut icon" href="http://start.ubuntu.com/favicon.ico" type="image/x-icon" />
 
5
  <link rel="shortcut icon" href="https://start.ubuntu.com/favicon.ico" type="image/x-icon" />
6
6
  <script type="text/javascript">
7
7
//<![CDATA[
8
8
   function focus_search() {      sbi = document.getElementById('sbi');           sbi.focus();    search_select(sbi);   }   function search_select(e) {           if(e.value.length > 0) {                e.select();     }       e.select();   }   
17
17
    a{color: #862C07;}
18
18
    a:visited {color: #862C07;}
19
19
    a:hover {color: #F58027;}
20
 
    #content {width: 552px;height: 272px;margin: 0 auto;background: #fff url("http://start.ubuntu.com/9.10/images/bg.jpg") no-repeat;padding-top: 100px;text-align: center;}
 
20
    #content {width: 552px;height: 272px;margin: 0 auto;background: #fff url("https://start.ubuntu.com/9.10/images/bg.jpg") no-repeat;padding-top: 100px;text-align: center;}
21
21
    #content h1 {display: none;}
22
22
    #logo {width: 425px;}
23
23
    #searchbox {width: 425px;margin: 0 auto;text-align: left;white-space: nowrap;}