Brian Clozel
b9ac146f99
Vertically align source code callouts
...
Closes gh-58
2020-11-02 21:36:26 +01:00
Brian Clozel
14ef81938a
Fix usage instructions for Maven
...
The download+unpack approach is now advertized in the README for the
maven build system. With that, the build doesn't need to depend on the
artifact directly nor to add the spring artifactory instance as a proper
repository.
2020-11-02 21:24:59 +01:00
Brian Clozel
cc5d907189
Upgrade CI image and add missing python dependency
2020-11-02 16:27:29 +01:00
Brian Clozel
0b49dc78c1
Remove version-specific NPM
2020-11-02 16:11:59 +01:00
Brian Clozel
8784e0b010
Optimize layout rendering with content-visibility
...
Closes gh-64
2020-11-02 15:23:54 +01:00
Brian Clozel
f69d97b34b
Add sample edge case for short tables
...
See gh-51
2020-11-02 15:21:43 +01:00
Brian Clozel
9653f9cac5
Upgrade Node and NPM
2020-11-02 15:21:30 +01:00
Brian Clozel
c74bdf3aad
Fix smooth scrolling option name
...
Fixes gh-59
2020-11-02 15:21:05 +01:00
Brian Clozel
ba5f6b6a06
Fix missing highlightJS stylesheets
...
This commit renames the hilightjs stylesheet to include the ".min.css"
file suffix. Without that, highlightJS cannot load the custom
stylesheets.
Fixes gh-63
2020-11-02 15:19:40 +01:00
Spring Buildmaster
90bcada337
Next development version (v0.2.4.BUILD-SNAPSHOT)
2020-10-29 15:53:24 +00:00
Phillip Webb
c51cd5eec2
Refine tab styling
...
Use a smaller font and slightly different colors to make the tab blocks
less imposing.
Closes gh-54
2020-10-29 08:36:12 -07:00
Phillip Webb
bd2a610b4b
Remove scroll overflow from sidebarblock
...
Closes gh-52
2020-10-29 08:35:54 -07:00
Phillip Webb
b3c1cff5ed
Remove overflow-x settings to hide scrollbars
...
Upgrade the stylesheet so that overflow-x settings are not used. These
cause odd visual artifacts on a Mac when "show scrollbars" is set to
"always".
Closes gh-49
2020-10-29 08:35:08 -07:00
Jay Bryant
218751b138
Maven build instruction change
...
Change to a shorter and simpler way to get the resources.
2020-10-29 09:22:44 -05:00
Brian Clozel
e31fa69493
Add edge cases to test adoc file
2020-10-07 20:07:59 +02:00
Brian Clozel
466dee04ed
Use github highlight.js theme in test doc
2020-10-07 20:05:07 +02:00
Brian Clozel
84a9e6fdfa
Upgrade Highlight JS to 10.2.1
...
Closes gh-53
2020-10-07 20:04:58 +02:00
Phillip Webb
a552bc7eab
Reduce pre/code lines spacing
...
Reduce the lines spacing of pre and code blocks to make the text
easier to scan.
Closes gh-55
2020-10-07 16:00:51 +02:00
Phillip Webb
7ec07b3170
Improve spacing on authors
...
Improve the authors block so that they remain left aligned.
Closes gh-56
2020-10-07 15:59:49 +02:00
Phillip Webb
1ac9d93302
Use more subtle styling for backticked code
...
Refine the styling of code elements so that they no longer have a
distracting blue outline. The style is now closer to the stock GitHub
look.
Closes gh-48
2020-10-07 15:35:48 +02:00
Brian Clozel
5c42316a47
Upgrade node dependencies
2020-10-07 15:17:26 +02:00
Brian Clozel
94249534dc
Upgrade base docker CI image
2020-10-07 15:17:03 +02:00
Brian Clozel
6febfae118
Upgrade Node version and Gradle Node plugin
2020-10-07 15:02:26 +02:00
Brian Clozel
731356bb47
Upgrade to Gradle 6.6.1
2020-10-07 14:47:23 +02:00
Damien Vitrac
fb56ec2cab
Update code style in heading
...
Resolves #45
2020-05-13 15:36:07 +02:00
Spring Buildmaster
a9f9fd4355
Next development version (v0.2.3.BUILD-SNAPSHOT)
2020-04-28 09:38:16 +00:00
Damien Vitrac
29e3762c76
Fix white space for code block
2020-04-21 10:51:48 +02:00
Brian Clozel
071f9209a3
Rename highlightjs themes to include min suffix
...
Fixes gh-42
2020-04-14 14:26:13 +02:00
Spring Buildmaster
800fad191d
Next development version (v0.2.2.BUILD-SNAPSHOT)
2020-04-08 22:17:14 +00:00
Brian Clozel
59cf41bd4b
Update list of embedded highlight.js styles
...
This commit removes all dark variants of hilight.js styles, as the
custom styles we're shipping with this project only work with light
variants.
Closes gh-40
See gh-25
2020-04-03 23:41:13 +02:00
Brian Clozel
67939b97e2
Update CI image
2020-04-03 23:41:13 +02:00
Brian Clozel
c452d33fd8
Upgrade to Gradle 6.3
...
Also switch to a different Gradle plugin for integrating the Node build
into our Gradle build.
2020-04-03 23:41:13 +02:00
Damien Vitrac
1da535dbea
Update max width for large screen
...
See gh-30
2020-04-03 21:31:15 +02:00
Damien Vitrac
a11712370c
Update header illustration
...
See gh-36
2020-03-23 16:56:23 +01:00
Damien Vitrac
7f4f4020ad
Fix table overflow
...
See gh-34
2020-03-23 16:17:42 +01:00
Spring Buildmaster
898657f118
Next development version (v0.2.1.BUILD-SNAPSHOT)
2020-03-21 10:22:08 +00:00
Jay Bryant
4740d1baa3
Fix for the (almost) black-on-black text in listings issue.
...
We had a rule that set listing text to a color of 222 against a black background. That was unreadable. I removed the 222 color in code listing blocks.
2020-03-09 12:08:03 -05:00
Brian Clozel
7a4d5c339a
Mark github theme as the default in documentation
...
As seen on gh-14, the global theme is now adapted to light-variants of
code hilighting themes. This should be reflected on the project
documentation.
2020-02-26 18:50:52 +01:00
Damien Vitrac
f61069aad6
Update theme according to the new website
2020-02-26 18:44:22 +01:00
Brian Clozel
40ea8c2698
Switch to 0.2.0 version prior to changing theme
2020-02-26 18:36:32 +01:00
Andy Wilkinson
7391705439
Apply 100% width to stretch class
...
Previously, Asciidoctor used spread for a full-width table but this
changed [1] to stretch in 1.5.7. As a result, a table that should be
full-width is not when using spring.css with Asciidoctor 1.5.7+.
This commit updates the CSS to apply 100% width to stretch. This is
done in addition to spread to avoid breaking backwards compatibility.
[1] https://github.com/asciidoctor/asciidoctor/issues/2589
2019-11-19 19:54:53 +01:00
Spring Buildmaster
442862e3b3
Next development version (v0.1.4.BUILD-SNAPSHOT)
2019-09-26 11:58:42 +00:00
Brian Clozel
1accc14ae7
Upgrade to Gradle 5.6.2
2019-09-20 19:29:47 +02:00
Damien Vitrac
3f112fd938
Fix scroll visibility on admonitionblock
...
Closed #18
2019-08-30 10:11:28 +02:00
Damien Vitrac
656772ff67
Update list of code link
...
Closed #13
2019-08-30 10:11:09 +02:00
Damien Vitrac
792437b2c6
Code highlight: change to light theme
...
Closed #14
2019-08-30 10:10:42 +02:00
Phil Webb
0303bcdf51
Improve table styling ( #17 )
...
* Update sample to include larger table (#16 )
Update the sample table to show the issues discussed in #16 .
* Improve table style (#16 )
Update table CSS so that alternate rows are shaded and any
code blocks are styled.
2019-08-07 13:21:32 -05:00
Spring Buildmaster
f558f98310
Next development version (v0.1.3.BUILD-SNAPSHOT)
2019-05-13 14:18:30 +00:00
Christoph Dreis
35d906fa70
Keep style for <code> tags consistent in tableblock ( #12 )
2019-04-15 09:10:03 -05:00
Spring Operator
82f2b4693e
URL Cleanup ( #11 )
...
This commit updates URLs to prefer the https protocol. Redirects are not followed to avoid accidentally expanding intentionally shortened URLs (i.e. if using a URL shortener).
# Fixed URLs
## Fixed Success
These URLs were switched to an https URL with a 2xx status. While the status was successful, your review is still recommended.
* [ ] http://www.apache.org/licenses/ with 1 occurrences migrated to:
https://www.apache.org/licenses/ ([https](https://www.apache.org/licenses/ ) result 200).
* [ ] http://www.apache.org/licenses/LICENSE-2.0 with 1 occurrences migrated to:
https://www.apache.org/licenses/LICENSE-2.0 ([https](https://www.apache.org/licenses/LICENSE-2.0 ) result 200).
2019-04-15 09:09:01 -05:00