~ubuntu-branches/ubuntu/trusty/libqglviewer/trusty

« back to all changes in this revision

Viewing changes to doc/refManual/search/search.css

  • Committer: Package Import Robot
  • Author(s): Anton Gladky
  • Date: 2013-12-28 14:57:47 UTC
  • mfrom: (7.1.5 sid)
  • Revision ID: package-import@ubuntu.com-20131228145747-qy7hqddvex3oti0c
Tags: 2.5.0-1
* [f80a053] Imported Upstream version 2.5.0
* [c07abbe] Use wrap-and-sort.
* [89d8250] Remove google adsense-scripts.
* [4224be5] Set Standards-Versions: 3.9.5. No changes.

Show diffs side-by-side

added added

removed removed

Lines of Context:
48
48
    height:19px;
49
49
    background:url('search_m.png') repeat-x;
50
50
    border:none;
51
 
    width:116px;
 
51
    width:111px;
52
52
    margin-left:20px;
53
53
    padding-left:4px;
54
54
    color: #909090;
236
236
    margin-left: 10px;
237
237
    margin-right: 10px;
238
238
}
 
239
 
 
240
/*---------------- External search page results */
 
241
 
 
242
.searchresult {
 
243
    background-color: #F0F3F8;
 
244
}
 
245
 
 
246
.pages b {
 
247
   color: white;
 
248
   padding: 5px 5px 3px 5px;
 
249
   background-image: url("../tab_a.png");
 
250
   background-repeat: repeat-x;
 
251
   text-shadow: 0 1px 1px #000000;
 
252
}
 
253
 
 
254
.pages {
 
255
    line-height: 17px;
 
256
    margin-left: 4px;
 
257
    text-decoration: none;
 
258
}
 
259
 
 
260
.hl {
 
261
    font-weight: bold;
 
262
}
 
263
 
 
264
#searchresults {
 
265
    margin-bottom: 20px;
 
266
}
 
267
 
 
268
.searchpages {
 
269
    margin-top: 10px;
 
270
}
 
271