Fossil

Check-in [53458bed]
Login

Check-in [53458bed]

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

Overview
Comment:Change width per stephan's request
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | andygoth-ardoise-tweaks
Files: files | file ages | folders
SHA3-256: 53458bed91942f1edd4f5cc646eb5036e09374f340bb18618f3d5185de9c20df
User & Date: andygoth 2020-08-20 23:45:38
Original Comment: Change per stephan's request
Context
2020-08-20
23:45
Change width per stephan's request ... (Closed-Leaf check-in: 53458bed user: andygoth tags: andygoth-ardoise-tweaks)
13:08
Rearrange code, tweak span colors ... (check-in: 1ffe4cde user: andygoth tags: andygoth-ardoise-tweaks)
Changes
Hide Diffs Unified Diffs Ignore Whitespace Patch

Changes to skins/ardoise/css.txt.

271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
  font-weight: 400;
  color: #ccc
}
p {
  display: flow-root
}
.container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  box-sizing: border-box
}
.column,
.columns {
  width: 100%;
  /*float: left; can break README.md in /dir view*/
  box-sizing: border-box
}







<
|
<
<







271
272
273
274
275
276
277

278


279
280
281
282
283
284
285
  font-weight: 400;
  color: #ccc
}
p {
  display: flow-root
}
.container {

  max-width: unset


}
.column,
.columns {
  width: 100%;
  /*float: left; can break README.md in /dir view*/
  box-sizing: border-box
}