Skip to content

Instantly share code, notes, and snippets.

View jk3us's full-sized avatar

Jay Knight jk3us

View GitHub Profile
@Aleksandr-ru
Aleksandr-ru / bs-btngroup-nowrap-table.css
Created July 15, 2016 13:02
Bootstrap no-wrap buttons of btn-group in a table
.table .btn-group {
white-space: nowrap;
}
.table .btn-group .btn {
display: inline-block;
float: none;
}
.table .btn-group .btn + .btn {
margin-left: -5px;
}
--- libmemcached-1.0.18/Makefile.am 2014-02-09 20:52:42.000000000 +0900
+++ libmemcached-1.0.18/Makefile.am 2014-02-16 23:42:32.265163300 +0900
@@ -2,6 +2,7 @@
ACLOCAL_AMFLAGS= -I m4 -I libtest/m4
AM_YFLAGS= -d
+AM_LDFLAGS = -no-undefined
# includes append to these:
SUFFIXES =
@ydn
ydn / yui-2in3-modal-panel-example.html
Created January 11, 2011 02:44
Sample code for implementing a YUI 2 modal panel in YUI 3 using YUI 2in3.
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<title>YUI 2in3 Modal Overlay Example</title>
</head>