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

« back to all changes in this revision

Viewing changes to www/12.10/Baidu/index.html.oc

  • 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:
101
101
    transition: margin 200ms ease, padding 200ms ease;
102
102
}
103
103
.ubuntu-branding {
104
 
    background: url(http://start.ubuntu.com/12.04/sprite.png) no-repeat;
 
104
    background: url(https://start.ubuntu.com/12.04/sprite.png) no-repeat;
105
105
    background-position: 0px -251px;
106
106
    background-color: #aea79f;
107
107
    height: 40px;
116
116
    font-size: 1px;
117
117
    display: block;
118
118
    text-indent: -9999px;
119
 
    background: url(http://start.ubuntu.com/12.04/sprite.png) no-repeat;
 
119
    background: url(https://start.ubuntu.com/12.04/sprite.png) no-repeat;
120
120
    background-position: -22px -605px;
121
121
    padding: 0;
122
122
    height: 75px;
227
227
.help-link a,
228
228
.shop-link a,
229
229
.community-link a {
230
 
    background: url(http://start.ubuntu.com/12.04/sprite.png) no-repeat;
 
230
    background: url(https://start.ubuntu.com/12.04/sprite.png) no-repeat;
231
231
}
232
232
.help-link a {
233
233
    background-position: -10px -450px;