~ubuntu-branches/ubuntu/utopic/moodle/utopic

« back to all changes in this revision

Viewing changes to theme/brick/style/core.css

  • Committer: Package Import Robot
  • Author(s): Thijs Kinkhorst
  • Date: 2014-05-12 16:10:38 UTC
  • mfrom: (36.1.3 sid)
  • Revision ID: package-import@ubuntu.com-20140512161038-puyqf65k4e0s8ytz
Tags: 2.6.3-1
New upstream release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
251
251
    padding: 4px;
252
252
}
253
253
 
254
 
.block div.content h1, .block div.content h2.main, .block div.content h3.main {
 
254
.block div.content h1, .block div.content h2, .block div.content h3 {
255
255
    font-size: 13px;
256
256
    background-image: none;
257
257
}
272
272
 
273
273
/** main headings **/
274
274
 
275
 
.generalbox h2,h3.sectionname, h2.headingblock,h2.main,h3.main, h2.main a, h3.main a, div.loginpanel h2, div.signuppanel h2 {
276
 
    font-weight: 600;
 
275
.generalbox h2, h3.sectionname, div.loginpanel h2, div.signuppanel h2,  div.userprofile h2,
 
276
#site-news-forum h2, #frontpage-course-list h2, #frontpage-category-names h2, #frontpage-category-combo h2 {
277
277
    letter-spacing: -1px;
278
278
    line-height: 1.3em;
279
279
    font-size: 28px;
283
283
    background-position: 0% 100%;
284
284
}
285
285
 
286
 
.generalbox h2, h3.sectionname, h2.main a, h3.main a, div.loginpanel h2, div.signuppanel h2, div.hd h3.main {
 
286
.generalbox h2, h3.sectionname, div.loginpanel h2, div.signuppanel h2, div.hd h3 {
287
287
    font-size: 22px;
288
288
    background: none;
289
289
}