This is an automated email from the ASF dual-hosted git repository. joshtynjala pushed a commit to branch flexdoc in repository https://gitbox.apache.org/repos/asf/flex-site.git
commit bcc44540d5da01ecfad1a18736ea5eaa639e3f9a Author: Josh Tynjala <[email protected]> AuthorDate: Tue Sep 16 14:34:43 2025 -0700 style.css: special .note css class for using flex --- content/css/style.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/content/css/style.css b/content/css/style.css index 5d3ac3aa7..b3fcbaed9 100644 --- a/content/css/style.css +++ b/content/css/style.css @@ -1428,3 +1428,9 @@ a,a:visited {color: #33F; text-decoration: none; outline: 0; -webkit-transition: ------------------------- */ #wrapper .row-fluid .span3 { margin-bottom: 2.564102564102564%; } a.btn.btn-inverse:visited { color: #2da4d2; } + +/* found in "using flex" documentation */ +div.note { + padding: 0; + margin: 0 0 10px; +} \ No newline at end of file
