Disallow producing NULL character with escape sequences
[platform/upstream/libxkbcommon.git] / doc / doxygen-extra.css
index 104fa0b..569cd2e 100644 (file)
@@ -31,3 +31,31 @@ a[href^="https://"]::after
     background-size: contain;
     display: inline-block;
 }
+
+/*******************************************************************************
+ * Error index
+ ******************************************************************************/
+
+div.example-container {
+    display: flex;
+    flex-flow: row wrap;
+    justify-content: space-between;
+    gap: 1em;
+}
+
+div.example {
+    flex-grow: 1;
+    overflow-x: auto;
+    margin-top: 1em;
+}
+
+div.example-inner {
+    height: 100%;
+    display: flex;
+    flex-direction: column;
+}
+
+div.example-title {
+    padding: 0 0 1em 0;
+    font-style: italic;
+}